Small fix with bedrock entity manager

This commit is contained in:
JannisX11 2020-10-09 23:12:50 +02:00
parent a3479578ce
commit aae50b8108

View File

@ -37,11 +37,13 @@ class ModelProject {
}
reset() {
Blockbench.dispatchEvent('reset_project');
if (isApp) updateRecentProjectThumbnail()
if (isApp) {
updateRecentProjectThumbnail();
BedrockEntityManager.reset();
}
if (Toolbox.selected.id !== 'move_tool') BarItems.move_tool.select();
Screencam.stopTimelapse();
BedrockEntityManager.reset();
Format = 0;
for (var uuid in OutlinerElement.uuids) {