1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

glfw always on top

This commit is contained in:
Alexander Medvednikov
2019-07-15 18:33:11 +02:00
parent f27777af56
commit b36a9f7e55
3 changed files with 34 additions and 8 deletions

View File

@ -400,7 +400,7 @@ void reload_so() {
last = now;
load_so("$so_name");
}
time__sleep_ms(500);
time__sleep_ms(400);
}
}
' )