mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-28 14:26:06 +02:00
Fix segfault from reading bad number of indices
This commit is contained in:
committed by
JosiahWI
parent
79ffe6b6d8
commit
b47858cf80
@ -91,6 +91,7 @@ TEST_CASE("blender cube") {
|
||||
CHECK(indices[0] == 0);
|
||||
CHECK(indices[1] == 3);
|
||||
CHECK(indices[2] == 9);
|
||||
CHECK(indices[35] == 16);
|
||||
}
|
||||
|
||||
SECTION("vertex normals are correct") {
|
||||
|
Reference in New Issue
Block a user