Skip to content

Commit

Permalink
支持MACEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
ale committed Jan 13, 2023
1 parent a3d6667 commit 47ff261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaProfiler/Runtime/Core/Driver/LuaDLL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static void lua_unref(IntPtr luaState, int reference)
private static INativeHooker luaL_loadbuffer_hook;
private static INativeHooker luaL_loadfile_hook;

#if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN
#if UNITY_EDITOR || UNITY_STANDALONE
private static NativeUtilInterface nativeUtil = new WindowsNativeUtil();
#elif UNITY_ANDROID
private static NativeUtilInterface nativeUtil = new AndroidNativeUtil();
Expand Down

0 comments on commit 47ff261

Please sign in to comment.