Browse Source

Update Interop.cs

Krzysztof Krysiński 1 year ago
parent
commit
bdb9440229
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PixiEditor.Extensions.Wasm/Interop.cs

+ 1 - 1
src/PixiEditor.Extensions.Wasm/Interop.cs

@@ -19,7 +19,7 @@ internal static partial class Interop
     [MethodImpl(MethodImplOptions.InternalCall)]
     internal static extern void StateChanged(int uniqueId, IntPtr data, int length);
 
-    public static void Load()
+    internal static void Load()
     {
         Type extensionType = Assembly.GetEntryAssembly().ExportedTypes
             .FirstOrDefault(type => type.IsSubclassOf(typeof(WasmExtension)));