deps: update ImGuiScene

This commit is contained in:
goat 2021-01-22 22:39:42 +01:00
parent d949734fe9
commit 301cbc12b8
2 changed files with 5 additions and 1 deletions

View file

@ -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