MCPcopy Create free account
hub / github.com/demoth/jake2 / reset

Method reset

client/src/main/java/jake2/client/render/fast/Polygon.java:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 static void reset() {
71 polyCount = 0;
72 bufferIndex = 0;
73 }
74
75 static FloatBuffer getInterleavedBuffer() {
76 return (FloatBuffer) buffer.rewind();

Callers 2

R_BeginRegistrationMethod · 0.95
Mod_ForNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected