mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
feat: show framerate after framecount in dev bar
This commit is contained in:
parent
640881790d
commit
83eebe3aac
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ namespace Dalamud.Interface
|
|||
ImGui.BeginMenu("UI is hidden...", false);
|
||||
|
||||
ImGui.BeginMenu(this.frameCount.ToString(), false);
|
||||
ImGui.BeginMenu(ImGui.GetIO().Framerate.ToString("F2"), false);
|
||||
|
||||
ImGui.EndMainMenuBar();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue