mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +08:00
Update libxplanemp
This commit is contained in:
committed by
Klaus Basan
parent
ac6ab997e1
commit
128edcd118
Submodule src/xswiftbus/libxplanemp updated: 340b0d9595...982162942a
@@ -251,7 +251,7 @@ namespace XSwiftBus
|
|||||||
XPMPPlaneID id = nullptr;
|
XPMPPlaneID id = nullptr;
|
||||||
if (modelName.empty())
|
if (modelName.empty())
|
||||||
{
|
{
|
||||||
id = XPMPCreatePlane(aircraftIcao.c_str(), airlineIcao.c_str(), livery.c_str(), getPlaneData, static_cast<void *>(this));
|
id = XPMPCreatePlane(aircraftIcao.c_str(), airlineIcao.c_str(), livery.c_str(), getPlaneData, planeLoaded, static_cast<void *>(this));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user