Fixed missing brackets on setting getter.

This commit is contained in:
rampa3 2023-06-21 23:41:34 +02:00 committed by ksuprynowicz
parent 042e7293b9
commit 3fe3284258

View file

@ -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");