Minor fixes and Mac Binary
- Added Mac Binary - Fixed missing returns in PosiTests.h - Fixed bug in DataManager where FormatLine was being sent a string instead of a c string - Increased mac timeout
This commit is contained in:
@@ -529,7 +529,7 @@ namespace XPC
|
||||
}
|
||||
|
||||
XPLMDataTypeID dataType = XPLMGetDataRefTypes(xdref);
|
||||
Log::FormatLine(LOG_INFO, "DMAN", "Setting DREF %s (x:%X) Type: %i", dref, xdref, dataType);
|
||||
Log::FormatLine(LOG_INFO, "DMAN", "Setting DREF %s (x:%X) Type: %i", dref.c_str(), xdref, dataType);
|
||||
if ((dataType & 2) == 2) // Float
|
||||
{
|
||||
XPLMSetDataf(xdref, values[0]);
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user