mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 14:57:00 +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 */
|
||||
|
||||
Script.include("../../libraries/utils.js");
|
||||
var scriptURL = Script.resolvePath("whiteBoardEntityScript.js?v2");
|
||||
var scriptURL = Script.resolvePath("whiteBoardEntityScript.js");
|
||||
|
||||
var rotation = Quat.safeEulerAngles(Camera.getOrientation());
|
||||
rotation = Quat.fromPitchYawRollDegrees(0, rotation.y, 0);
|
||||
|
|
Loading…
Reference in a new issue