Update CursorManager.cs

This commit is contained in:
Yuntien
2025-01-24 11:05:51 +08:00
parent 561730ed12
commit 8640e9b905
+1 -1
View File
@@ -107,7 +107,7 @@ namespace AibisDream
{
if (Input.GetMouseButtonDown(0) || Input.GetKeyDown(KeyCode.Space))
{
if (_isTalking && !isInMenu)
if (!isInMenu)
{
DialogController.Instance.JumpLine();
}