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

Method clear

client/src/main/java/jake2/client/CL_fx.java:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 float minlight; // don't add when contributing less
52
53 void clear() {
54 radius = minlight = color[0] = color[1] = color[2] = 0;
55 }
56 }
57
58 static cparticle_t[] particles = new cparticle_t[Defines.MAX_PARTICLES];

Callers 3

AllocDlightMethod · 0.95
ClearDlightsMethod · 0.45
ClearLightStylesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected