1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00

Merge pull request #3119 from Nordsoft91/rmg-fix

Fix crash caused by duplicated delete
This commit is contained in:
Ivan Savenko 2023-11-05 17:09:52 +02:00 committed by GitHub
commit 2bf599bbee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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