Fixed typo

This commit is contained in:
Daniel Collin 2021-11-28 18:08:38 +01:00
parent 883679e96b
commit 64f2afde3d

View file

@ -480,8 +480,8 @@ static int update_events()
static int generic_update(OSXWindow* win) static int generic_update(OSXWindow* win)
{ {
if (win->shared_data) { if (win->shared_data) {
win_shared_data->scroll_x = 0.0f; win->shared_data->scroll_x = 0.0f;
win_shared_data->scroll_y = 0.0f; win->shared_data->scroll_y = 0.0f;
} }
int state = update_events(); int state = update_events();