repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 356f65543309ebf922d19427798207bdb84f18a8:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 356f65543309ebf922d19427798207bdb84f18a8
Author: James Baicoianu 
Date:   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
index 0d6cb7ee313e720494d9efd15251e035f26523fa..
index ..a0ac631bc3c20dbb7bbd25f697fb39dd71cb1d47 100644
--- 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-----