diff --git a/Runtime/UI/MacroUI.cs b/Runtime/UI/MacroUI.cs index cc4b597..c583aaa 100644 --- a/Runtime/UI/MacroUI.cs +++ b/Runtime/UI/MacroUI.cs @@ -225,8 +225,8 @@ namespace XericLibrary.Runtime.MacroLibrary if (_noInit) { + _noInit = false; Initialize(); - _noInit = false; } return toggleList; diff --git a/Runtime/XericLibrary.dll b/Runtime/XericLibrary.dll index c07c723..496c004 100644 Binary files a/Runtime/XericLibrary.dll and b/Runtime/XericLibrary.dll differ