mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Fix crash cause by duplicated delete
This commit is contained in:
parent
7531400f53
commit
35e7fbb366
@ -447,7 +447,6 @@ bool ObjectManager::createRequiredObjects()
|
||||
instance->object().getObjectName(), instance->getPosition(true).toString());
|
||||
mapProxy->removeObject(&instance->object());
|
||||
}
|
||||
rmgNearObject.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user