Fixed name of whiteboard entity script URL

This commit is contained in:
ericrius1 2015-10-14 12:03:10 -07:00
parent c63ef10c67
commit db5f7cac8d

View file

@ -15,7 +15,7 @@
/*global hexToRgb */
Script.include("../../libraries/utils.js");
var scriptURL = Script.resolvePath("whiteBoardEntityScript.js");
var scriptURL = Script.resolvePath("whiteboardEntityScript.js");
var rotation = Quat.safeEulerAngles(Camera.getOrientation());
rotation = Quat.fromPitchYawRollDegrees(0, rotation.y, 0);