mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
fixup! Ref T709, static "ownAircraftString" and improved logging
This commit is contained in:
@@ -922,7 +922,7 @@ namespace XSwiftBus
|
|||||||
int CTraffic::orbitPlaneFunc(XPLMCameraPosition_t *cameraPosition, int isLosingControl, void *refcon)
|
int CTraffic::orbitPlaneFunc(XPLMCameraPosition_t *cameraPosition, int isLosingControl, void *refcon)
|
||||||
{
|
{
|
||||||
constexpr bool DEBUG = true;
|
constexpr bool DEBUG = true;
|
||||||
DEBUG_LOG_C("Follow aircraft entry", DEBUG);
|
// DEBUG_LOG_C("Follow aircraft entry", DEBUG);
|
||||||
if (isLosingControl == 1)
|
if (isLosingControl == 1)
|
||||||
{
|
{
|
||||||
// do NOT use refcon here, might be invalid
|
// do NOT use refcon here, might be invalid
|
||||||
|
|||||||
Reference in New Issue
Block a user