mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +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 ) )
|
using( var start = TreeNode( "Startup Performance", ImGuiTreeNodeFlags.DefaultOpen ) )
|
||||||
{
|
{
|
||||||
Penumbra.StartTimer.Draw( "##startTimer", TimingExtensions.ToName );
|
if( start )
|
||||||
ImGui.NewLine();
|
{
|
||||||
|
Penumbra.StartTimer.Draw( "##startTimer", TimingExtensions.ToName );
|
||||||
|
ImGui.NewLine();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Penumbra.Performance.Draw( "##performance", "Enable Runtime Performance Tracking", TimingExtensions.ToName );
|
Penumbra.Performance.Draw( "##performance", "Enable Runtime Performance Tracking", TimingExtensions.ToName );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue