mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 23:30:31 +02:00
Fixed name of whiteboard entity script URL
This commit is contained in:
parent
c63ef10c67
commit
db5f7cac8d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
/*global hexToRgb */
|
/*global hexToRgb */
|
||||||
|
|
||||||
Script.include("../../libraries/utils.js");
|
Script.include("../../libraries/utils.js");
|
||||||
var scriptURL = Script.resolvePath("whiteBoardEntityScript.js");
|
var scriptURL = Script.resolvePath("whiteboardEntityScript.js");
|
||||||
|
|
||||||
var rotation = Quat.safeEulerAngles(Camera.getOrientation());
|
var rotation = Quat.safeEulerAngles(Camera.getOrientation());
|
||||||
rotation = Quat.fromPitchYawRollDegrees(0, rotation.y, 0);
|
rotation = Quat.fromPitchYawRollDegrees(0, rotation.y, 0);
|
||||||
|
|
Loading…
Reference in a new issue