mirror of https://github.com/axmolengine/axmol.git
forget return true
This commit is contained in:
parent
d6ed1af1f7
commit
d5df1f3ab2
|
@ -641,6 +641,8 @@ bool Bundle3D::loadMeshDatasBinary_0_2(MeshDatas& meshdatas)
|
|||
}
|
||||
|
||||
meshdatas.meshDatas.push_back(meshdata);
|
||||
|
||||
return true;
|
||||
}
|
||||
bool Bundle3D::loadMeshDatasJson(MeshDatas& meshdatas)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue