mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
[broken] Fix indices bug, still doesn't work with > 65536 vertices.
This commit is contained in:
parent
68d1fd4249
commit
a559613198
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace ClassicalSharp {
|
|||
|
||||
public void ResetState() {
|
||||
vIndex = iIndex = 0;
|
||||
vCount = vIndex = 0;
|
||||
vCount = iCount = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue