Merge branch '3.8' into 3.9-beta

This commit is contained in:
badlogic 2019-12-14 02:29:44 +01:00
commit a9bdb3cd4f

View File

@ -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];