fixed typo

This commit is contained in:
Daniel Collin 2019-12-03 15:36:55 +01:00
parent daa57e9fa9
commit 01e0ead2ad

View file

@ -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)
} }