MCPcopy 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
762void 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
771void scaletmu(int n, int rgbscale, int alphascale)
772{

Callers 6

loopiFunction · 0.85
drawreflectionFunction · 0.85
drawminimapFunction · 0.85
gl_drawframeFunction · 0.85
cleanupmultitexFunction · 0.85
cleanupexplosionFunction · 0.85

Calls 1

committmuFunction · 0.85

Tested by

no test coverage detected