mirror of
https://github.com/overte-org/overte.git
synced 2025-07-14 11:16:35 +02:00
got rid of query string
This commit is contained in:
parent
0991be3255
commit
c63ef10c67
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?v2");
|
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