Skip to content

Commit

Permalink
Recursively parse mesh nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
sultim-t committed Sep 30, 2023
1 parent a825d8a commit a2c1e14
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 137 deletions.
2 changes: 1 addition & 1 deletion Source/ASManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ bool RTGL1::ASManager::AddMeshPrimitive( uint32_t frameIndex,
}
else
{
assert( 0 );
// assert( 0 );
}
}
}
Expand Down
Loading

0 comments on commit a2c1e14

Please sign in to comment.