Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Mar 17, 2024
1 parent baa4e29 commit 618c59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets.Scripts.UI.Config/ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ private IEnumerator DoOpen(int offscreen)
GameSystem.Instance.SceneController.HideFace(0.3f);
GameSystem.Instance.ExecuteActions();
RefreshFontSettings();
yield break;
}

public void RefreshFontSettings()
Expand All @@ -78,7 +79,6 @@ public void RefreshFontSettings()
text.SetFontOutlineWidth(GameSystem.Instance.OutlineWidth);
}
}
yield break;
}

public void Open(int screen, bool msgWindow)
Expand Down

0 comments on commit 618c59c

Please sign in to comment.