MCPcopy Create free account
hub / github.com/assaultcube/AC / cleanupparticles

Function cleanupparticles

source/src/renderparticles.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void cleanupparticles()
206{
207 loopi(2) if(expmodtex[i]) { glDeleteTextures(1, &expmodtex[i]); expmodtex[i] = 0; }
208}
209
210void particlereset()
211{

Callers 1

resetglFunction · 0.85

Calls 1

loopiFunction · 0.70

Tested by

no test coverage detected