Fixed bug causing TEXT strings to not be cleared correctly.

- Includes updated Windows binaries.
This commit is contained in:
Jason Watkins
2015-04-25 19:06:38 -07:00
parent d1df7f7b89
commit a53c39a1a8

View File

@@ -218,7 +218,7 @@ namespace XPC
//Enable drawing if necessary
if (!msgEnabled)
{
XPLMRegisterDrawCallback(MessageDrawCallback, xplm_Phase_LastCockpit, 0, NULL);
XPLMRegisterDrawCallback(MessageDrawCallback, xplm_Phase_Window, 0, NULL);
msgEnabled = true;
}
}