mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:23:09 +02:00
Merge branch 'master' of github.com:highfidelity/hifi into rig
This commit is contained in:
commit
c3fc1d5391
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
||||||
ControllerScriptingInterface::ControllerScriptingInterface() :
|
ControllerScriptingInterface::ControllerScriptingInterface() :
|
||||||
_mouseCaptured(false),
|
_mouseCaptured(false),
|
||||||
_touchCaptured(false),
|
_touchCaptured(false),
|
||||||
_wheelCaptured(false)
|
_wheelCaptured(false),
|
||||||
|
_actionsCaptured(false)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue