diff options
Diffstat (limited to 'editor/app.cpp')
| -rw-r--r-- | editor/app.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/app.cpp b/editor/app.cpp index 85bbba54..75895ec2 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -120,6 +120,9 @@ int app::run_from_argv(const int argc, const char* const* const argv) int main(int argc, char** argv) { +#ifdef _WIN32 + floormat::app::set_dpi_aware(); +#endif return floormat::app::run_from_argv(argc, argv); } |
