mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-18 06:34:19 +01:00
Use custom initialization for native lib.
This commit is contained in:
parent
301d3b2736
commit
6b76337ec4
3 changed files with 3 additions and 0 deletions
|
|
@ -141,6 +141,9 @@ public class Penumbra : IDalamudPlugin
|
||||||
}
|
}
|
||||||
|
|
||||||
Dalamud.PluginInterface.UiBuilder.Draw += _windowSystem.Draw;
|
Dalamud.PluginInterface.UiBuilder.Draw += _windowSystem.Draw;
|
||||||
|
|
||||||
|
OtterTex.NativeDll.Initialize( Dalamud.PluginInterface.AssemblyLocation.DirectoryName );
|
||||||
|
PluginLog.Information( $"Loading native assembly from {OtterTex.NativeDll.Directory}." );
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue