mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Ref T778 XSwiftBus service emits a signal when scenery is loaded
This commit is contained in:
@@ -77,6 +77,10 @@ PLUGIN_API void XPluginReceiveMessage(XPLMPluginID from, long msg, void *param)
|
||||
case XPLM_MSG_AIRPORT_LOADED:
|
||||
g_plugin->onAircraftRepositioned();
|
||||
break;
|
||||
|
||||
case XPLM_MSG_SCENERY_LOADED:
|
||||
g_plugin->onSceneryLoaded();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user