1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-02 23:31:21 +00:00

Ensures _ConsoleTitle has time to do its thing.

This commit is contained in:
FellippeHeitor 2021-08-18 00:26:06 -03:00
parent c2eb3c00bc
commit e791ca2001

View file

@ -26210,6 +26210,7 @@ void sub_put2(int32 i,int64 offset,void *element,int32 passed){
memcpy(title, s->chr, s->len);
if (console){ if (console_active){
SetConsoleTitle(title);
Sleep(40);
}}
#endif
}