mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Fix not being able to compile due to missing assemblies and changed name.
This commit is contained in:
parent
ff17620d85
commit
fb2f212970
2 changed files with 2 additions and 1 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue