Ref T778 XSwiftBus service emits a signal when scenery is loaded

This commit is contained in:
Mat Sutcliffe
2020-04-08 20:27:27 +01:00
parent f68e3c2360
commit 7c4fe83799
7 changed files with 48 additions and 0 deletions

View File

@@ -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);