summaryrefslogtreecommitdiffstats
path: root/examples/geometry/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/geometry/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/geometry/src/main.rs b/examples/geometry/src/main.rs
index 795cac27..2a3efd4a 100644
--- a/examples/geometry/src/main.rs
+++ b/examples/geometry/src/main.rs
@@ -141,7 +141,7 @@ mod rainbow {
},
}),
},
- MouseCursor::OutOfBounds,
+ MouseCursor::default(),
)
}
}