Skip to content

Commit

Permalink
Make tile map cursor disappear when mouse leaves scene preview
Browse files Browse the repository at this point in the history
  • Loading branch information
b-guild committed Jan 10, 2025
1 parent e6992b5 commit d8d3722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/src/plugins/tilemap/interaction_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ impl InteractionMode for TileMapInteractionMode {
) {
self.overlay_effect.lock().active = false;
self.erase_select_effect.lock().offset = None;
self.cursor_effect.lock().position = None;
}

fn update(
Expand Down

0 comments on commit d8d3722

Please sign in to comment.