Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ cleanuptmus
Function
cleanuptmus
source/src/texture.cpp:823–827 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
821
}
822
823
void cleanuptmus()
824
{
825
tmu invalidtmu = INVALIDTMU;
826
loopi(MAXTMUS) tmus[i] = invalidtmu;
827
}
828
829
Texture *e_wall = NULL, *e_floor = NULL, *e_ceil = NULL;
830
Callers
1
resetgl
Function · 0.85
Calls
1
loopi
Function · 0.70
Tested by
no test coverage detected