unblocking mouse on character sheet close
This commit is contained in:
@@ -49,6 +49,7 @@ public class CharacterSheet : MonoBehaviour
|
||||
public void Action_Close()
|
||||
{
|
||||
PlayerController.Instance.cameraMovement = true;
|
||||
GameManager.Instance.uiManager.BlockInput(false);
|
||||
gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user