updated timer set on gamepads (dt is in seconds, not milliseconds... oops)

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3358 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2009-04-04 23:54:16 +00:00
parent d3b93f6602
commit f08731fd7e

View File

@ -360,7 +360,7 @@ void InputManager::input(Input::InputType type, int id0, int id1, int id2,
// minimum time between two gamepad events in menu
m_timer_in_use = true;
m_timer = 500;
m_timer = 0.5;
}
// send event to irrLicht