Skip to content

Commit 5b45917

Browse files
committed
Fixed cursor visibility issue
1 parent c9de514 commit 5b45917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ impl FractalSugar {
558558

559559
if self.config_window.overlay_visible() {
560560
self.engine.window().set_cursor_visible(true);
561+
self.game_state.is_cursor_visible = true;
561562
}
562563
self.game_state.cursor_force = 0.;
563564
}

0 commit comments

Comments
 (0)