Fixed bug causing TEXT strings to not be cleared correctly.
- Includes updated Windows binaries.
This commit is contained in:
@@ -218,7 +218,7 @@ namespace XPC
|
|||||||
//Enable drawing if necessary
|
//Enable drawing if necessary
|
||||||
if (!msgEnabled)
|
if (!msgEnabled)
|
||||||
{
|
{
|
||||||
XPLMRegisterDrawCallback(MessageDrawCallback, xplm_Phase_LastCockpit, 0, NULL);
|
XPLMRegisterDrawCallback(MessageDrawCallback, xplm_Phase_Window, 0, NULL);
|
||||||
msgEnabled = true;
|
msgEnabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user