diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 04:20:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 04:20:51 +0200 |
commit | 9099eec2a638bcf61bf46e86740458d933197577 (patch) | |
tree | dca1ae5c0f8fc89ebf55624b2988733d094af3bc /editor/imgui-misc.cpp | |
parent | e8a7d188eb186204dc8d8e25aa732e14fac96594 (diff) |
wip tests
Diffstat (limited to 'editor/imgui-misc.cpp')
-rw-r--r-- | editor/imgui-misc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/imgui-misc.cpp b/editor/imgui-misc.cpp index 22fe3d2f..6ee177f8 100644 --- a/editor/imgui-misc.cpp +++ b/editor/imgui-misc.cpp @@ -6,7 +6,6 @@ namespace floormat { using namespace floormat::imgui; - void app::draw_fps() { const auto dpi = M->dpi_scale(); |