fix bug on Windows resize event
This commit is contained in:
parent
42270f4c53
commit
4c898b0b8b
@ -185,7 +185,7 @@ WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) {
|
|||||||
#else
|
#else
|
||||||
resize_GL(window_data);
|
resize_GL(window_data);
|
||||||
#endif
|
#endif
|
||||||
kCall(resize_func, window_data->dst_width, window_data->dst_height);
|
kCall(resize_func, window_data->window_width, window_data->window_height);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user