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

Method release

qcommon/src/main/java/jake2/qcommon/util/Vec3Cache.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public static final void release() {
27 index--;
28 }
29
30 public static final void release(int count) {
31 index-=count;

Callers 3

RecursiveLightPointMethod · 0.95
SubdividePolygonMethod · 0.95
CM_RecursiveHullCheckMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected