From 8640e9b905822e3e3ca6e659405da4b3423d9f16 Mon Sep 17 00:00:00 2001 From: Yuntien <37355031+Yuntien@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:05:51 +0800 Subject: [PATCH] Update CursorManager.cs --- Assets/Scripts/UI/Cursor/CursorManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/UI/Cursor/CursorManager.cs b/Assets/Scripts/UI/Cursor/CursorManager.cs index ab095737d..e04084fd3 100644 --- a/Assets/Scripts/UI/Cursor/CursorManager.cs +++ b/Assets/Scripts/UI/Cursor/CursorManager.cs @@ -107,7 +107,7 @@ namespace AibisDream { if (Input.GetMouseButtonDown(0) || Input.GetKeyDown(KeyCode.Space)) { - if (_isTalking && !isInMenu) + if (!isInMenu) { DialogController.Instance.JumpLine(); }