mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51: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();
|
||||
this->m_time = timer->GetTime();
|
||||
|
||||
// TODO: InputManager()
|
||||
// LegoInputManager* inputManager = InputManager();
|
||||
// inputManager->Register(this);
|
||||
}
|
||||
|
||||
// TODO: InputManager()
|
||||
// LegoNavController::~LegoNavController()
|
||||
// {
|
||||
// LegoInputManager* inputManager = InputManager();
|
||||
// inputManager->UnRegister(this);
|
||||
// }
|
||||
|
||||
// TODO: VideoManager()
|
||||
// void LegoNavController::SetControlMax(int p_hMax, int p_vMax)
|
||||
// {
|
||||
|
||||
@ -18,6 +18,7 @@ class LegoNavController : public MxCore
|
||||
float p_rotationSensitivity, MxBool p_turnUseVelocity);
|
||||
|
||||
LegoNavController();
|
||||
// virtual ~LegoNavController();
|
||||
|
||||
// void SetControlMax(int p_hMax, int p_vMax);
|
||||
void ResetToDefault();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user