call InputHandler::Update

This commit is contained in:
Glenn Maynard
2003-07-13 01:03:09 +00:00
parent c4417a0678
commit f56d3345fa
4 changed files with 9 additions and 1 deletions
@@ -130,6 +130,8 @@ void InputHandler_SDL::Update(float fDeltaTime)
}
}
}
InputHandler::Update( fDeltaTime );
}