mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 22:55:41 +08:00
Ref T195, warning if interpolator situation is invalid
This commit is contained in:
@@ -1128,9 +1128,9 @@ namespace BlackSimPlugin
|
|||||||
{
|
{
|
||||||
if (!interpolatorStatus.validInterpolatedSituation())
|
if (!interpolatorStatus.validInterpolatedSituation())
|
||||||
{
|
{
|
||||||
// CLogMessage(this).warning("Invalid interpolation for SimObject '%1' callsign: '%2' info: '%3'")
|
CLogMessage(this).warning("Invalid interpolation for SimObject '%1' callsign: '%2' info: '%3'")
|
||||||
// << simObject.getObjectId() << callsign
|
<< simObject.getObjectId() << callsign
|
||||||
// << interpolatorStatus.toQString();
|
<< interpolatorStatus.toQString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user