Clear asset map on new project

This commit is contained in:
luboslenco
2021-01-15 13:17:32 +01:00
parent 88b41d7ac4
commit e616778b3e
+1
View File
@@ -261,6 +261,7 @@ class Project {
for (a in assets) Data.deleteImage(a.file);
assets = [];
assetNames = [];
assetMap = [];
assetId = 0;
Context.ddirty = 4;
UISidebar.inst.hwnd0.redraws = 2;