mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
reverted whiteboard changes
This commit is contained in:
parent
8e7dfc07c0
commit
340c066b5c
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
/*global hexToRgb */
|
||||
|
||||
Script.include("../../libraries/utils.js");
|
||||
var scriptURL = Script.resolvePath("whiteboardEntityScript.js?v1" + Math.random());
|
||||
var scriptURL = Script.resolvePath("whiteboardEntityScript.js";
|
||||
var modelURL = "https://s3.amazonaws.com/hifi-public/eric/models/whiteboard.fbx";
|
||||
|
||||
var colorIndicatorBorderModelURL = "https://s3.amazonaws.com/hifi-public/eric/models/colorIndicatorBorder.fbx";
|
||||
|
@ -247,4 +247,4 @@ function cleanup() {
|
|||
|
||||
|
||||
// Uncomment this line to delete whiteboard and all associated entity on script close
|
||||
Script.scriptEnding.connect(cleanup);
|
||||
// Script.scriptEnding.connect(cleanup);
|
||||
|
|
Loading…
Reference in a new issue