|
@@ -107,7 +107,7 @@ const aiImporterDesc *MMDImporter::GetInfo() const { return &desc; }
|
|
// ------------------------------------------------------------------------------------------------
|
|
// ------------------------------------------------------------------------------------------------
|
|
// MMD import implementation
|
|
// MMD import implementation
|
|
void MMDImporter::InternReadFile(const std::string &file, aiScene *pScene,
|
|
void MMDImporter::InternReadFile(const std::string &file, aiScene *pScene,
|
|
- IOSystem */*pIOHandler*/) {
|
|
|
|
|
|
+ IOSystem * /*pIOHandler*/) {
|
|
// Read file by istream
|
|
// Read file by istream
|
|
std::filebuf fb;
|
|
std::filebuf fb;
|
|
if (!fb.open(file, std::ios::in | std::ios::binary)) {
|
|
if (!fb.open(file, std::ios::in | std::ios::binary)) {
|