Revert for now

This commit is contained in:
Christian Semmler 2025-05-16 18:44:10 -07:00
parent 9732cb44e2
commit 13140981ee

View File

@ -217,7 +217,7 @@ void MxString::MapPathToFilesystem(char* p_path)
}
else if (j == 1) {
SDL_strlcpy(&p_path[i - 1], file.GetData(), file.GetLength() + 1);
SDL_LogTrace(SDL_LOG_PRIORITY_INFO, "Resolved file path to %s", p_path);
SDL_Log("Resolved file path to %s", p_path);
return true;
}
}