mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-16 13:01:16 +00:00
add commented out dtor
This commit is contained in:
parent
4e2a445469
commit
41ddff59bd
@ -72,10 +72,18 @@ LegoNavController::LegoNavController()
|
|||||||
MxTimer *timer = Timer();
|
MxTimer *timer = Timer();
|
||||||
this->m_time = timer->GetTime();
|
this->m_time = timer->GetTime();
|
||||||
|
|
||||||
|
// TODO: InputManager()
|
||||||
// LegoInputManager* inputManager = InputManager();
|
// LegoInputManager* inputManager = InputManager();
|
||||||
// inputManager->Register(this);
|
// inputManager->Register(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: InputManager()
|
||||||
|
// LegoNavController::~LegoNavController()
|
||||||
|
// {
|
||||||
|
// LegoInputManager* inputManager = InputManager();
|
||||||
|
// inputManager->UnRegister(this);
|
||||||
|
// }
|
||||||
|
|
||||||
// TODO: VideoManager()
|
// TODO: VideoManager()
|
||||||
// void LegoNavController::SetControlMax(int p_hMax, int p_vMax)
|
// void LegoNavController::SetControlMax(int p_hMax, int p_vMax)
|
||||||
// {
|
// {
|
||||||
|
|||||||
@ -18,6 +18,7 @@ class LegoNavController : public MxCore
|
|||||||
float p_rotationSensitivity, MxBool p_turnUseVelocity);
|
float p_rotationSensitivity, MxBool p_turnUseVelocity);
|
||||||
|
|
||||||
LegoNavController();
|
LegoNavController();
|
||||||
|
// virtual ~LegoNavController();
|
||||||
|
|
||||||
// void SetControlMax(int p_hMax, int p_vMax);
|
// void SetControlMax(int p_hMax, int p_vMax);
|
||||||
void ResetToDefault();
|
void ResetToDefault();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user