Skip to content

Commit

Permalink
Update src/gltf/Raw2Gltf.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: K. S. Ernest (iFire) Lee <[email protected]>
  • Loading branch information
hu-xd and fire authored Apr 29, 2024
1 parent 23be931 commit af6548f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gltf/Raw2Gltf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@ ModelData* Raw2Gltf(

for (int i = 0; i < raw.GetNodeCount(); i++) {
const RawNode& node = raw.GetNode(i);
//auto nodeData = gltf->nodes.ptrs[i];
auto nodeData = nodesById[node.id];

//
Expand Down

0 comments on commit af6548f

Please sign in to comment.