From be84abe67849f53eaf9239dfbc6a3f153f559598 Mon Sep 17 00:00:00 2001 From: Jupeyy Date: Mon, 6 Jan 2025 00:42:33 +0100 Subject: [PATCH] Disable cursor in emote selection. Not needed & desired anymore, because it requires a custom cursor anyway --- src/client/client.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client/client.rs b/src/client/client.rs index cd4f1a1..0689418 100644 --- a/src/client/client.rs +++ b/src/client/client.rs @@ -2795,8 +2795,7 @@ impl FromNativeImpl for ClientNativeImpl { } let player = game.game_data.local.active_local_player(); - let show_cursor = player - .is_some_and(|(_, p)| p.emote_wheel_active || p.spectator_selection_active); + let show_cursor = player.is_some_and(|(_, p)| p.spectator_selection_active); native.toggle_cursor(show_cursor); self.inp_manager.set_last_known_cursor(