Changed the draw phase of text messages to a more appropriate phase.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -29,7 +29,7 @@ void XPCClearMessage()
|
|||||||
msgVal = NULL;
|
msgVal = NULL;
|
||||||
if (msgEnabled)
|
if (msgEnabled)
|
||||||
{
|
{
|
||||||
XPLMUnregisterDrawCallback(MessageDrawCallback, xplm_Phase_LastCockpit, 0, NULL);
|
XPLMUnregisterDrawCallback(MessageDrawCallback, xplm_Phase_Window, 0, NULL);
|
||||||
msgEnabled = 0;
|
msgEnabled = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user