unblocking mouse on character sheet close #23

Merged
AmaanSH merged 1 commits from character_sheet_fix into master 2023-07-09 17:06:18 +02:00
Showing only changes of commit 25c404abc4 - Show all commits

View File

@@ -49,6 +49,7 @@ public class CharacterSheet : MonoBehaviour
public void Action_Close()
{
PlayerController.Instance.cameraMovement = true;
GameManager.Instance.uiManager.BlockInput(false);
gameObject.SetActive(false);
}
}