uninitialized value

This commit is contained in:
SamGondelman 2015-08-04 14:50:38 -07:00
parent 597316b208
commit 52be44d621

View file

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