From: Daniel Hritzkiv Date: Mon, 18 Sep 2017 14:20:02 +0000 (-0400) Subject: Formatting X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=814e8b3f8eb2f10263378f0a840f3d3d55a98916;p=platform%2Fupstream%2Fassimp.git Formatting --- diff --git a/code/glTF2Asset.inl b/code/glTF2Asset.inl index 0a3e2b0..47904b3 100644 --- a/code/glTF2Asset.inl +++ b/code/glTF2Asset.inl @@ -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 meshList; - this->meshes.reserve(numMeshes); Ref meshRef = r.meshes.Retrieve((*mesh).GetUint());