mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #619, change model loader to use caches (one per simulator)
* removed caching from GUI component * added caches in model loader * adjusted samples
This commit is contained in:
@@ -52,7 +52,7 @@ namespace BlackSimPlugin
|
||||
}
|
||||
else
|
||||
{
|
||||
m_aircraftCfgParser->startLoading(CAircraftCfgParser::ModeBackground);
|
||||
m_aircraftCfgParser->startLoading(CAircraftCfgParser::LoadInBackground);
|
||||
}
|
||||
//
|
||||
// reading from cache / settings would go here
|
||||
|
||||
Reference in New Issue
Block a user