From 3f5652704070e8d6b7730dcf1978da0f84ff8593 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Fri, 16 Jan 2015 13:04:01 +0100 Subject: [PATCH] Editor: Forgot to clear the scene. --- editor/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/index.html b/editor/index.html index 12e302a0e3..6481274510 100644 --- a/editor/index.html +++ b/editor/index.html @@ -250,6 +250,8 @@ loader.load( hash.substr( 5 ), function ( text ) { var json = JSON.parse( text ); + + editor.clear(); editor.fromJSON( json ); } ); -- GitLab