unblocking mouse on character sheet close

This commit is contained in:
Amaan Shawkath
2023-07-09 16:06:00 +01:00
parent 56c6c5489b
commit 25c404abc4

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);
}
}