Skip to content

Commit 5e10055

Browse files
committed
-- hotfix
1 parent f3392e9 commit 5e10055

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

release1.0.1/BoxEngine.exe

0 Bytes
Binary file not shown.

src/Engine/Project/Managers/GoManager.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,9 @@ namespace Project {
470470
{
471471
this->gosMap.erase(go->GetId());
472472
RecursiveRemoveGos(go->GetChildrens());
473-
gos.clear();
474473
}
474+
475+
gos.clear();
475476
}
476477

477478
std::string GoManager::NewGoId()

0 commit comments

Comments
 (0)