commented out non-working line

This commit is contained in:
maxbyte9p
2024-05-20 11:21:49 -04:00
parent 785f2b63d6
commit 2a8b371b89

View File

@@ -42,7 +42,7 @@ void Model::loadOBJ(const std::string& filename) {
}
}
}
textureInfo.push_back(tInfo);
//textureInfo.push_back(tInfo); // <- Fix yo shit
file.close();
type = ModelType::WAVEFRONT_OBJ;
};
};