Merge pull request #5500 from SamGondelman/controlBug

Possible fix for infrequent inability to move on Windows startup
This commit is contained in:
Seth Alves 2015-08-04 16:13:47 -07:00
commit 9af6b00403

View file

@ -24,7 +24,8 @@
ControllerScriptingInterface::ControllerScriptingInterface() :
_mouseCaptured(false),
_touchCaptured(false),
_wheelCaptured(false)
_wheelCaptured(false),
_actionsCaptured(false)
{
}