fix torus demo for ps2

This commit is contained in:
aap
2026-08-09 13:55:56 +02:00
parent 0a7eb48ce3
commit 1c1bcf0610
2 changed files with 3 additions and 3 deletions
+2 -3
View File
@@ -100,9 +100,8 @@ CreateKnotGeometry(void)
mat->destroy(); // list holds a ref now
geo->calculateBoundingSphere();
// strips are the well-trodden path on PS2 (and a test for the tristripper)
geo->flags |= Geometry::TRISTRIP;
geo->buildMeshes();
geo->unlock();
return geo;
}