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:
parent
d3b93f6602
commit
f08731fd7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user