Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ resettmu
Function
resettmu
source/src/texture.cpp:762–769 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
760
}
761
762
void resettmu(int n)
763
{
764
tmu f = tmus[n];
765
f.mode = GL_MODULATE;
766
f.rgb.scale = 1;
767
f.alpha.scale = 1;
768
committmu(n, f);
769
}
770
771
void scaletmu(int n, int rgbscale, int alphascale)
772
{
Callers
6
loopi
Function · 0.85
drawreflection
Function · 0.85
drawminimap
Function · 0.85
gl_drawframe
Function · 0.85
cleanupmultitex
Function · 0.85
cleanupexplosion
Function · 0.85
Calls
1
committmu
Function · 0.85
Tested by
no test coverage detected