Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ reloadtextures
Function
reloadtextures
source/src/texture.cpp:549–552 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
547
}
548
549
void reloadtextures()
550
{
551
enumerate(textures, Texture, t, reloadtexture(t));
552
}
553
554
Texture *sky[6] = {NULL, NULL, NULL, NULL, NULL, NULL};
555
Callers
1
resetgl
Function · 0.85
Calls
1
reloadtexture
Function · 0.85
Tested by
no test coverage detected