浏览代码

Merge branch '3.8' into 3.9-beta

badlogic 5 年之前
父节点
当前提交
a9bdb3cd4f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      spine-ts/player/example/generator/index.html

+ 2 - 0
spine-ts/player/example/generator/index.html

@@ -138,7 +138,9 @@ body {
 
 			var newButton = topBar.children[0];
 			newButton.onclick = function() {
+				player.stopRendering();
 				UI.show(dropZone);
+				UI.clear(editor);
 				UI.hide(editor);
 			}
 			var downloadButton = topBar.children[1];