mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Derp.
This commit is contained in:
parent
ea66bd2e67
commit
b26923e504
1 changed files with 5 additions and 2 deletions
|
|
@ -126,8 +126,11 @@ public partial class ConfigWindow
|
|||
|
||||
using( var start = TreeNode( "Startup Performance", ImGuiTreeNodeFlags.DefaultOpen ) )
|
||||
{
|
||||
Penumbra.StartTimer.Draw( "##startTimer", TimingExtensions.ToName );
|
||||
ImGui.NewLine();
|
||||
if( start )
|
||||
{
|
||||
Penumbra.StartTimer.Draw( "##startTimer", TimingExtensions.ToName );
|
||||
ImGui.NewLine();
|
||||
}
|
||||
}
|
||||
|
||||
Penumbra.Performance.Draw( "##performance", "Enable Runtime Performance Tracking", TimingExtensions.ToName );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue