summaryrefslogtreecommitdiffstats
path: root/examples/ggez/renderer/radio.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ggez/renderer/radio.rs')
-rw-r--r--examples/ggez/renderer/radio.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ggez/renderer/radio.rs b/examples/ggez/renderer/radio.rs
index 64310f9b..0f7815d6 100644
--- a/examples/ggez/renderer/radio.rs
+++ b/examples/ggez/renderer/radio.rs
@@ -14,8 +14,8 @@ impl radio::Renderer for Renderer<'_> {
fn draw(
&mut self,
cursor_position: Point,
- bounds: Rectangle<f32>,
- bounds_with_label: Rectangle<f32>,
+ bounds: Rectangle,
+ bounds_with_label: Rectangle,
is_selected: bool,
) -> MouseCursor {
let mouse_over = bounds_with_label.contains(cursor_position);