summaryrefslogtreecommitdiffhomepage
path: root/main/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/app.cpp')
-rw-r--r--main/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/app.cpp b/main/app.cpp
index ffebcc35..0c29abf1 100644
--- a/main/app.cpp
+++ b/main/app.cpp
@@ -23,7 +23,7 @@ app::app(const Arguments& arguments):
reset_camera_offset();
update_window_scale(windowSize());
setMinimalLoopPeriod(5);
- _imgui = ImGuiIntegration::Context(Vector2{windowSize()}/dpiScaling(), windowSize(), framebufferSize());
+ _imgui = ImGuiIntegration::Context(Vector2{windowSize()}, windowSize(), framebufferSize());
setup_menu();
timeline.start();
}