yeah these too

This commit is contained in:
2025-12-13 01:21:57 -05:00
parent 3be9f0746f
commit c77701fe72
41 changed files with 1391 additions and 872 deletions

View File

@@ -48,7 +48,7 @@ namespace anm2ed
Logger::Logger()
{
open(filesystem::path_preferences_get() + "log.txt");
open(filesystem::path_preferences_get() / "log.txt");
info("Initializing Anm2Ed");
}