fixed the real UiController error
This commit is contained in:
parent
a1b7db1ef1
commit
7a964f17d9
@ -19,7 +19,7 @@ public class UiController : MonoBehaviour
|
|||||||
Cursor.lockState = CursorLockMode.None;
|
Cursor.lockState = CursorLockMode.None;
|
||||||
Cursor.visible = true;
|
Cursor.visible = true;
|
||||||
|
|
||||||
this.LoadSave();
|
this.LoadGame();
|
||||||
}
|
}
|
||||||
void SaveGame()
|
void SaveGame()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user