mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-11 11:53:11 +02:00
fixed syntax error
This commit is contained in:
parent
340c066b5c
commit
2e95ca7947
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 modelURL = "https://s3.amazonaws.com/hifi-public/eric/models/whiteboard.fbx";
|
var modelURL = "https://s3.amazonaws.com/hifi-public/eric/models/whiteboard.fbx";
|
||||||
|
|
||||||
var colorIndicatorBorderModelURL = "https://s3.amazonaws.com/hifi-public/eric/models/colorIndicatorBorder.fbx";
|
var colorIndicatorBorderModelURL = "https://s3.amazonaws.com/hifi-public/eric/models/colorIndicatorBorder.fbx";
|
||||||
|
|
Loading…
Reference in a new issue