Remove OutOfBounds variant from MouseCursor

This commit is contained in:
Héctor Ramón Jiménez 2020-04-29 03:11:15 +02:00
parent 85dc07c3b0
commit 59403b6ca8
19 changed files with 18 additions and 22 deletions

View file

@ -63,7 +63,7 @@ pub fn main() {
let mut events = Vec::new();
let mut cache = Some(Cache::default());
let mut renderer = Renderer::new(&mut device, Settings::default());
let mut output = (Primitive::None, MouseCursor::OutOfBounds);
let mut output = (Primitive::None, MouseCursor::default());
let clipboard = Clipboard::new(&window);
// Initialize scene and GUI controls