Skip to content

Commit

Permalink
[Fix] Made cursor visible again at the end of the encounter
Browse files Browse the repository at this point in the history
  • Loading branch information
RhenaudTheLukark committed Jan 29, 2024
1 parent 7b59304 commit f937245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/Battle/UIController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public static void EndBattle(bool fromGameOver = false) {

LuaScriptBinder.ClearBattleVar();
GlobalControls.stopScreenShake = true;
Cursor.visible = true;
MusicManager.hiddenDictionary.Clear();
if (GlobalControls.modDev) {
List<string> toDelete = NewMusicManager.audioname.Keys.Where(str => str != "src").ToList();
Expand Down

0 comments on commit f937245

Please sign in to comment.