Skip to content

Commit

Permalink
use s binding with clearer name
Browse files Browse the repository at this point in the history
  • Loading branch information
podusowski committed Jul 18, 2023
1 parent 85ff3d5 commit 0848253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/osm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl eframe::App for MyApp {
let response = ui.add(Map::new(
Some(&mut self.tiles),
&mut self.map_memory,
wroclaw_glowny(),
my_position,
));

// Draw custom shapes.
Expand Down

0 comments on commit 0848253

Please sign in to comment.