mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 06:23:06 +02:00
Fixed missing brackets on setting getter.
This commit is contained in:
parent
042e7293b9
commit
3fe3284258
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ by rampa3 (https://github.com/rampa3) and vegaslon (https://github.com/vegaslon)
|
||||||
|
|
||||||
var hmd;
|
var hmd;
|
||||||
|
|
||||||
var mouseLookEnabled = Camera.getMouseLook;
|
var mouseLookEnabled = Camera.getMouseLook();
|
||||||
|
|
||||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue