mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-15 23:10:26 +01:00
Important comments
This commit is contained in:
parent
e0577ace2b
commit
e2e0e3d1c4
|
@ -44,6 +44,7 @@ bool CB3DJSONMeshFileLoader::isALoadableFileExtension(
|
|||
|
||||
IAnimatedMesh* parseModel(json model) {
|
||||
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
@ -55,12 +56,8 @@ IAnimatedMesh* CB3DJSONMeshFileLoader::createMesh(io::IReadFile* file) {
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
// println("I am loading your cool file, yay");
|
||||
|
||||
// printf("the file is called: ");
|
||||
// println(file->getFileName().c_str());
|
||||
|
||||
// So here we turn this mangled disaster into a C string.
|
||||
// Please consider this the equivalent of duct taping a chainsaw onto a car to cut your lawn.
|
||||
|
||||
// auto buffer = std::make_unique<char[]>(file->getSize());
|
||||
char* buffer = new char[file->getSize()];
|
||||
|
|
Loading…
Reference in New Issue
Block a user