Add PHX, PHY, PHB, PHD, PHK and PLX, PLY, PLB, PLD
This commit is contained in:
@@ -208,7 +208,7 @@ absl::Status DecodeObjFile(
|
||||
expected_cut = 0x900;
|
||||
}
|
||||
|
||||
std::ifstream file(filename, std::ios::binary);
|
||||
std::ifstream file(filename.data(), std::ios::binary);
|
||||
if (!file.is_open()) {
|
||||
return absl::NotFoundError("OBJ file not found.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user