Skip to content

Commit 1f82042

Browse files
committed
Fixed host not set.
1 parent 6c0a910 commit 1f82042

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LoadBinaryPluginExt.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public override bool Initialize(IPluginHost host)
3434
throw new ArgumentNullException(nameof(host));
3535
}
3636

37+
LoadBinaryPluginExt.host = host;
38+
3739
openFiles = new Dictionary<IntPtr, MemoryMappedFile>();
3840

3941
return true;

0 commit comments

Comments
 (0)