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:
2
thirdparty/sokol/sokol_app.h
vendored
2
thirdparty/sokol/sokol_app.h
vendored
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user