mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 04:52:24 +02:00
Merge pull request #5500 from SamGondelman/controlBug
Possible fix for infrequent inability to move on Windows startup
This commit is contained in:
commit
9af6b00403
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
ControllerScriptingInterface::ControllerScriptingInterface() :
|
||||
_mouseCaptured(false),
|
||||
_touchCaptured(false),
|
||||
_wheelCaptured(false)
|
||||
_wheelCaptured(false),
|
||||
_actionsCaptured(false)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue