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

sokol: fix a typo

This commit is contained in:
Alexander Medvednikov 2021-10-19 17:18:10 +03:00
parent ab350d52ec
commit a8ced46564

View File

@ -10991,7 +10991,7 @@ SOKOL_API_IMPL void sapp_set_window_title(const char* title) {
#endif
}
SOKOL_API_IMPL void sapp_resize_window(int width, height) {
SOKOL_API_IMPL void sapp_resize_window(int width, int height) {
/*
#if defined(_SAPP_MACOS)
_sapp_macos_resize_window(width, height);