mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-22 11:31:57 -04:00
No longer log file mapping (#396)
This commit is contained in:
parent
3678c97ec3
commit
5a628cafaa
@ -217,7 +217,6 @@ void MxString::MapPathToFilesystem(char* p_path)
|
||||
}
|
||||
else if (j == 1) {
|
||||
SDL_strlcpy(&p_path[i - 1], file.GetData(), file.GetLength() + 1);
|
||||
SDL_Log("Resolved file path to %s", p_path);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user