VirtualIndexBuffer: fix compile error
This commit is contained in:
parent
81a76fdf69
commit
c72b036c9f
@ -81,7 +81,7 @@ public class VirtualIndexBuffer extends IndexBuffer {
|
|||||||
case Triangles:
|
case Triangles:
|
||||||
numIndices = numVerts;
|
numIndices = numVerts;
|
||||||
return;
|
return;
|
||||||
case Hybrid:
|
case Reserved:
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user