Fix #6780: Some windows didn't get updated from OnTick() (#7048)

This commit is contained in:
2019-01-12 23:23:23 +00:00
committed by Charles Pigott
parent 9aecbac2b4
commit 5ff0c24993
5 changed files with 35 additions and 18 deletions

View File

@@ -3304,7 +3304,7 @@ void InvalidateWindowClassesData(WindowClass cls, int data, bool gui_scope)
}
/**
* Dispatch OnTick event over all windows
* Dispatch OnGameTick event over all windows
*/
void CallWindowGameTickEvent()
{