mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
deps: update ImGuiScene
This commit is contained in:
parent
d949734fe9
commit
301cbc12b8
2 changed files with 5 additions and 1 deletions
|
|
@ -182,6 +182,8 @@ namespace Dalamud.Plugin
|
|||
return false;
|
||||
}
|
||||
|
||||
Log.Verbose("Plugin CreateInstance...");
|
||||
|
||||
var plugin = (IDalamudPlugin)Activator.CreateInstance(type);
|
||||
|
||||
// this happens for raw plugins that don't specify a PluginDefinition - just generate a dummy one to avoid crashes anywhere
|
||||
|
|
@ -202,6 +204,8 @@ namespace Dalamud.Plugin
|
|||
return false;
|
||||
}
|
||||
|
||||
Log.Verbose("Plugin Initialize...");
|
||||
|
||||
var dalamudInterface = new DalamudPluginInterface(this.dalamud, type.Assembly.GetName().Name, this.pluginConfigs, reason);
|
||||
plugin.Initialize(dalamudInterface);
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit cc64961aab96356c3f67ba7ff529448e2d04e4b3
|
||||
Subproject commit b74bf95c6def7b2d708d6875741d61344df2509a
|
||||
Loading…
Add table
Add a link
Reference in a new issue