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

Method Mod_FreeAll

client/src/main/java/jake2/client/render/fast/Model.java:1157–1164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1155 ================
1156 */
1157 void Mod_FreeAll()
1158 {
1159 for (int i=0 ; i<mod_numknown ; i++)
1160 {
1161 if (mod_known[i].extradata != null)
1162 Mod_Free(mod_known[i]);
1163 }
1164 }
1165
1166 /*
1167 * new functions for vertex array handling

Callers

nothing calls this directly

Calls 1

Mod_FreeMethod · 0.95

Tested by

no test coverage detected