Updated XPlane SDK to version 2.1.3
This commit is contained in:
@@ -21,7 +21,7 @@ void XPCProcess::StartProcessTime(float inSeconds)
|
||||
FlightLoopCB, mCallbackTime, 1/*relative to now*/, reinterpret_cast<void *>(this));
|
||||
}
|
||||
|
||||
void XPCProcess::StartProcessCycles(long inCycles)
|
||||
void XPCProcess::StartProcessCycles(int inCycles)
|
||||
{
|
||||
mCallbackTime = -inCycles;
|
||||
if (!mInCallback)
|
||||
|
||||
Reference in New Issue
Block a user