Skip to content

Commit

Permalink
reduce input frequency on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Oct 21, 2012
1 parent c29357b commit 2bfa635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/ios/Gearboy/inputmanager.mm
Expand Up @@ -21,7 +21,7 @@

InputManager::InputManager()
{
m_fInputRate = 0.1f; //0.05f;
m_fInputRate = 0.15f;
m_Timer.Start();
}

Expand Down

0 comments on commit 2bfa635

Please sign in to comment.