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

Method ClearLightStyles

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

Source from the content-addressed store, hash-verified

127 * ================ CL_ClearLightStyles ================
128 */
129 static void ClearLightStyles() {
130 //memset (cl_lightstyle, 0, sizeof(cl_lightstyle));
131 for (int i = 0; i < cl_lightstyle.length; i++)
132 cl_lightstyle[i].clear();
133 lastofs = -1;
134 }
135
136 /*
137 * ================ CL_RunLightStyles ================

Callers 1

ClearEffectsMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected