mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T778 XSwiftBus service emits a signal when scenery is loaded
This commit is contained in:
@@ -174,6 +174,14 @@ namespace XSwiftBus
|
||||
}
|
||||
}
|
||||
|
||||
void CPlugin::onSceneryLoaded()
|
||||
{
|
||||
if (m_service)
|
||||
{
|
||||
m_service->onSceneryLoaded();
|
||||
}
|
||||
}
|
||||
|
||||
float CPlugin::startServerDeferred(float, float, int, void *refcon)
|
||||
{
|
||||
auto *plugin = static_cast<CPlugin *>(refcon);
|
||||
|
||||
Reference in New Issue
Block a user