mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-03 22:17:08 +00:00
parent
63334698e1
commit
886fcdd0b1
@ -100,6 +100,7 @@ void IndexGenerator::AddList(int numVerts) {
|
||||
void IndexGenerator::AddStrip(int numVerts) {
|
||||
int wind = 1;
|
||||
const int numTris = numVerts - 2;
|
||||
if (numTris < 0) return;
|
||||
u16 *outInds = inds_;
|
||||
int ibase = index_;
|
||||
for (int i = numTris; i; i--) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user