1
0
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:
nordsoft 2023-10-28 22:22:30 +02:00
parent 7531400f53
commit 35e7fbb366

View File

@ -447,7 +447,6 @@ bool ObjectManager::createRequiredObjects()
instance->object().getObjectName(), instance->getPosition(true).toString());
mapProxy->removeObject(&instance->object());
}
rmgNearObject.clear();
}
}