Fix not being able to compile due to missing assemblies and changed name.

This commit is contained in:
Ottermandias 2021-09-04 19:05:01 +02:00
parent ff17620d85
commit fb2f212970
2 changed files with 2 additions and 1 deletions

View file

@ -52,7 +52,7 @@ namespace Penumbra.UI
#if DEBUG
var ret = ImGui.Begin( _base._penumbra.PluginDebugTitleStr, ref Visible );
#else
var ret = ImGui.Begin( _base._plugin.Name, ref Visible );
var ret = ImGui.Begin( _base._penumbra.Name, ref Visible );
#endif
if( !ret )
{