[broken] Fix indices bug, still doesn't work with > 65536 vertices.

This commit is contained in:
UnknownShadow200 2015-04-26 08:20:25 +10:00
parent 68d1fd4249
commit a559613198

View file

@ -51,7 +51,7 @@ namespace ClassicalSharp {
public void ResetState() {
vIndex = iIndex = 0;
vCount = vIndex = 0;
vCount = iCount = 0;
}
}