mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 00:02:05 +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 mouseLookEnabled = Camera.getMouseLook;
|
||||
var mouseLookEnabled = Camera.getMouseLook();
|
||||
|
||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||
|
||||
|
|
Loading…
Reference in a new issue