MCPcopy 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
549void reloadtextures()
550{
551 enumerate(textures, Texture, t, reloadtexture(t));
552}
553
554Texture *sky[6] = {NULL, NULL, NULL, NULL, NULL, NULL};
555

Callers 1

resetglFunction · 0.85

Calls 1

reloadtextureFunction · 0.85

Tested by

no test coverage detected