repo: janusweb action: commit revision: path_from: revision_from: 356f65543309ebf922d19427798207bdb84f18a8: path_to: revision_to:
commit 356f65543309ebf922d19427798207bdb84f18a8 Author: James BaicoianuDate: Tue Mar 10 23:36:09 2020 -0700 Fix for room edits causing duplicate room geometry and other issues diff --git a/scripts/room.js b/scripts/room.js
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -961,7 +961,7 @@ elation.require([
}
if (hasNew) {
//elation.engine.assets.loadJSON(diff.assets.objects, this.baseurl);
- this.createRoomObjects(diff);
+ this.createRoomObjects(diff, this);
}
}));
// Clear the list of edits which have been applied this frame
-----END OF PAGE-----