Jelajahi Sumber

Editor: Forgot to clear the scene.

Mr.doob 10 tahun lalu
induk
melakukan
5b728b67b2
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      editor/index.html

+ 2 - 0
editor/index.html

@@ -264,6 +264,8 @@
 					loader.load( hash.substr( 5 ), function ( text ) {
 
 						var json = JSON.parse( text );
+
+						editor.clear();
 						editor.fromJSON( json );
 
 					} );