Pārlūkot izejas kodu

Editor: Forgot to clear the scene.

Mr.doob 10 gadi atpakaļ
vecāks
revīzija
3f56527040
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      editor/index.html

+ 2 - 0
editor/index.html

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