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

gg: minor fixes

This commit is contained in:
Alexander Medvednikov
2020-06-04 19:57:13 +02:00
parent cf9498ef6b
commit fb7ca56d87
6 changed files with 14 additions and 8 deletions

View File

@@ -1337,7 +1337,7 @@ _SOKOL_PRIVATE void _sapp_macos_init_keytable(void) {
}
_SOKOL_PRIVATE void _sapp_run(const sapp_desc* desc) {
puts("RUN");
//puts("Sokol run()");
_sapp_init_state(desc);
_sapp_macos_init_keytable();
[NSApplication sharedApplication];