mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Fix crash cause by duplicated delete
This commit is contained in:
@@ -447,7 +447,6 @@ bool ObjectManager::createRequiredObjects()
|
||||
instance->object().getObjectName(), instance->getPosition(true).toString());
|
||||
mapProxy->removeObject(&instance->object());
|
||||
}
|
||||
rmgNearObject.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user