Merge branch 'bugfix/dialog' into 'develop'
Update CursorManager.cs See merge request aibis-dream/aibis-dream!216
This commit is contained in:
@@ -107,7 +107,7 @@ namespace AibisDream
|
||||
{
|
||||
if (Input.GetMouseButtonDown(0) || Input.GetKeyDown(KeyCode.Space))
|
||||
{
|
||||
if (_isTalking && !isInMenu)
|
||||
if (!isInMenu)
|
||||
{
|
||||
DialogController.Instance.JumpLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user