We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba24dd commit 61e5051Copy full SHA for 61e5051
src/Renderer/EditorLayer.cc
@@ -185,7 +185,7 @@ namespace volt::renderer {
185
}
186
187
void EditorLayer::Setup(void) const noexcept {
188
- static constexpr auto config_filename { "volt.ini" };
+ constexpr auto config_filename { "volt.ini" };
189
if (not std::filesystem::exists(config_filename) or not std::filesystem::is_regular_file(config_filename)) {
190
if (not ChangeDirectory(GetApplicationDirectory())) {
191
VOLT_LOG_WARN("volt::renderer::EditorLayer::Setup :: could not change CWD to Volt's editor binary directory");
0 commit comments