detect input at 55% to catch silly c-stick range

This commit is contained in:
Jordan Woyak 2011-12-12 23:24:10 -06:00
parent 931a31deca
commit 09d2301fed
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
namespace
{
const float INPUT_DETECT_THRESHOLD = 0.65f;
const float INPUT_DETECT_THRESHOLD = 0.55f;
}
ControllerInterface g_controller_interface;