Skip to content

Commit

Permalink
fix: init flag patch #119
Browse files Browse the repository at this point in the history
  • Loading branch information
mopsicus committed Nov 18, 2024
1 parent 46542d5 commit 47726eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Runtime/MobileInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ public static void Init() {
#if UMI_DEBUG
Debug.Log($"[UMI] init");
#endif
_isInited = true;
var state = PlayerPrefs.GetInt(INIT_KEY, 0);
if (state == 0) {
UpdateFonts();
Expand Down

0 comments on commit 47726eb

Please sign in to comment.