OSD fixes.

This commit is contained in:
sorgelig
2019-12-05 00:48:30 +08:00
parent 38291070e5
commit acf0111877
3 changed files with 2 additions and 3 deletions

View File

@@ -4870,6 +4870,7 @@ void Info(const char *message, int timeout, int width, int height, int frame)
menu_timer = GetTimer(timeout);
menustate = MENU_INFO;
OsdUpdate();
}
}