MCPcopy Create free account
hub / github.com/assaultcube/AC / mipstats

Function mipstats

source/src/rendercubes.cpp:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142const char *cubetypename(int t) { return t >= 0 && t < SEMISOLID ? cubetypenames[t] : "unknown"; }
143
144void mipstats(const int a[]) { if(showmipstats && !showeditfocus) hudeditf(HUDMSG_MIPSTATS, "1x1/2x2/4x4/8x8: %d / %d / %d / %d", a[0], a[1], a[2], a[3]); }
145
146bool editfocusdetails(sqr *s)
147{

Callers 1

render_worldFunction · 0.85

Calls 1

hudeditfFunction · 0.85

Tested by

no test coverage detected