mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Small fix with bedrock entity manager
This commit is contained in:
parent
a3479578ce
commit
aae50b8108
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user