mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-24 03:41:29 +11:00
fixed typo
This commit is contained in:
parent
daa57e9fa9
commit
01e0ead2ad
|
@ -486,7 +486,7 @@ impl Window {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Set arrow as default cursor
|
// Set arrow as default cursor
|
||||||
winuser::SetCursor(self.cursors[0]);
|
winuser::SetCursor(window.cursors[0]);
|
||||||
|
|
||||||
Ok(window)
|
Ok(window)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue