mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Fixed typo
This commit is contained in:
parent
883679e96b
commit
64f2afde3d
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue