Skip to content

Commit

Permalink
directory corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Nov 8, 2024
1 parent 9a4f523 commit 5a68afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Base/Resources.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Const
std::string const DiscordURL = "https://discord.gg/7bjyZdXXQ2";
std::string const AlienURL = "alien-project.org";

std::filesystem::path const BasePath = "resources/";
std::filesystem::path const BasePath = "resources";

std::filesystem::path const LogFilename = "log.txt";
std::filesystem::path const AutosaveFileWithoutPath = "autosave.sim";
Expand Down

0 comments on commit 5a68afe

Please sign in to comment.