From 93142642132f71154b474ef01b0ea44fc7cacddd Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Oct 2022 17:37:45 +0200 Subject: a --- test/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/main.cpp b/test/main.cpp index dffb19e1..d0bf23ed 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -19,8 +19,6 @@ app::app(const Arguments& arguments): .setFlags(Platform::Sdl2Application::GLConfiguration::Flag::Debug) } { - if (auto path_opt = Utility::Path::executableLocation(); path_opt) - std::filesystem::current_path(std::string{Utility::Path::split(*path_opt).first()}); } app::~app() -- cgit v1.2.3