mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #834, reset the loading flag (was missing and the bug itself)
This commit is contained in:
@@ -145,10 +145,13 @@ namespace BlackMisc
|
||||
if (mode.testFlag(CacheOnly))
|
||||
{
|
||||
// only cache, but we did not find any data yet (still in progress?)
|
||||
// here we rely on the cache load slot, no need to emit here
|
||||
// an alternative was to sync cache here
|
||||
// here we rely on the cache load slot, no need to emit here, will
|
||||
// be done later in ps_cacheChanged. An alternative was to sync cache here
|
||||
this->m_loadingInProgress = false;
|
||||
return;
|
||||
}
|
||||
|
||||
// really load from disk
|
||||
this->startLoadingFromDisk(mode, modelConsolidation, directory);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user