Actually fixed the hang.

This commit is contained in:
OBattler
2022-08-01 00:40:31 +02:00
parent b69565d0ae
commit 93404cf291
2 changed files with 1 additions and 8 deletions

View File

@@ -73,9 +73,6 @@ wchar_t* ui_window_title(wchar_t* str)
extern "C" void qt_blit(int x, int y, int w, int h, int monitor_index)
{
if (blitDummied)
return;
main_window->blitToWidget(x, y, w, h, monitor_index);
}