Merge branch 'master' into feature/test-recorder
This commit is contained in:
commit
e2df674aa5
9 changed files with 26 additions and 25 deletions
|
|
@ -795,7 +795,7 @@ impl graphics::mesh::Renderer for Renderer {
|
|||
);
|
||||
|
||||
debug_assert!(
|
||||
mesh.indices().len() % 3 == 0,
|
||||
mesh.indices().len().is_multiple_of(3),
|
||||
"Mesh indices length must be a multiple of 3"
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue