Formatting

pull/1446/head
Daniel Hritzkiv 2017-09-18 10:20:02 -04:00
parent 28523232cf
commit 814e8b3f8e
No known key found for this signature in database
GPG Key ID: D1D19875679D5CBF
1 changed files with 0 additions and 3 deletions

View File

@ -934,11 +934,8 @@ inline void Node::Read(Value& obj, Asset& r)
}
if (Value* mesh = FindUInt(obj, "mesh")) {
//unsigned numMeshes = (unsigned)meshes->Size();
unsigned numMeshes = 1;
//std::vector<unsigned int> meshList;
this->meshes.reserve(numMeshes);
Ref<Mesh> meshRef = r.meshes.Retrieve((*mesh).GetUint());