diff --git a/test/BtPhysTest.h b/test/BtPhysTest.h index 231bbff1..d562b403 100644 --- a/test/BtPhysTest.h +++ b/test/BtPhysTest.h @@ -21,18 +21,20 @@ protected: virtual void TickDraw(float seconds); private: - Camera* m_camera; - bool m_ready; - - lol::phys::Simulation* m_simulation; - Array m_constraint_list; - Array m_physobj_list; - Array m_ground_list; - Array m_platform_list; - Array m_character_list; - Array m_stairs_list; - - float m_loop_value; + Camera* m_camera; + Light * m_light1; + Light * m_light2; + bool m_ready; + + lol::phys::Simulation* m_simulation; + Array m_constraint_list; + Array m_physobj_list; + Array m_ground_list; + Array m_platform_list; + Array m_character_list; + Array m_stairs_list; + + float m_loop_value; }; #endif // __BTPHYSTEST_H__