Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-10-29 16:50:50 +02:00
parent 9e1df33440
commit b2aedd394c
4 changed files with 7 additions and 9 deletions

View File

@@ -14,8 +14,6 @@
int main()
{
std::cout << u8"Héhéhé" << std::endl;
return 0;
std::filesystem::path resourceDir = "resources";
if (!std::filesystem::is_directory(resourceDir) && std::filesystem::is_directory(".." / resourceDir))
resourceDir = ".." / resourceDir;