diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 17:37:45 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 17:37:45 +0200 |
| commit | 93142642132f71154b474ef01b0ea44fc7cacddd (patch) | |
| tree | d80227495d20d9e5e97ccff7f082272c48790b57 /test | |
| parent | 437dd5940bad6133561cb896cd558881fa5c8b44 (diff) | |
a
Diffstat (limited to 'test')
| -rw-r--r-- | test/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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() |
