mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
wip
This commit is contained in:
+1
-1
@@ -903,7 +903,7 @@ bool Tools::LoadTrainingFile( QString filename,
|
||||
if (!cloudsWereProvided)
|
||||
{
|
||||
//delete the already loaded clouds (if any)
|
||||
for (NamedClouds::const_iterator it = loadedClouds.begin(); it != loadedClouds.end(); ++it)
|
||||
for (NamedClouds::iterator it = loadedClouds.begin(); it != loadedClouds.end(); ++it)
|
||||
delete it.value();
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user