From 47726eb66590f60617365e051d12a18bd63de005 Mon Sep 17 00:00:00 2001 From: mopsicus Date: Mon, 18 Nov 2024 11:58:22 +0300 Subject: [PATCH] fix: init flag patch #119 --- Runtime/MobileInput.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/MobileInput.cs b/Runtime/MobileInput.cs index c120747..3080307 100644 --- a/Runtime/MobileInput.cs +++ b/Runtime/MobileInput.cs @@ -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();