summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r--editor/imgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp
index b0777d5d..a64330e4 100644
--- a/editor/imgui.cpp
+++ b/editor/imgui.cpp
@@ -231,7 +231,7 @@ void app::draw_cursor_coord()
ImGui::SetNextWindowSize(size);
if (auto flags = ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoNav | ImGuiWindowFlags_NoInputs |
ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoBackground;
- auto b = begin_window("tile-coord", ImGuiWindowFlags_(flags)))
+ auto b = begin_window("tile-tile", ImGuiWindowFlags_(flags)))
{
ImGui::Text("%s", buf);
}