Browse Source

Fix crash cause by duplicated delete

nordsoft 2 years ago
parent
commit
35e7fbb366
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/rmg/modificators/ObjectManager.cpp

+ 0 - 1
lib/rmg/modificators/ObjectManager.cpp

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