From 09e6a18b6f4677c6d1586ffcc968c40bc12429f7 Mon Sep 17 00:00:00 2001 From: Pariring Date: Thu, 3 Nov 2022 21:00:12 +0900 Subject: [PATCH] fix: compile error --- Runtime/SkyHookManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/SkyHookManager.cs b/Runtime/SkyHookManager.cs index c23304b..935e2d1 100644 --- a/Runtime/SkyHookManager.cs +++ b/Runtime/SkyHookManager.cs @@ -98,7 +98,7 @@ namespace SkyHook private void Run() { - if (requireFocus) + if (RequireFocus) { IsFocused = Application.isFocused; }