MCPcopy Create free account
hub / github.com/DFHack/dfhack / cleanup

Method cleanup

library/modules/Textures.cpp:460–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void Textures::cleanup() {
461 if (!enabler)
462 return;
463
464 reset_texpos();
465 reset_reserved_texpos();
466 reset_tilesets();
467 reset_surface();
468 uninstall_reset_point();
469}

Callers

nothing calls this directly

Calls 5

reset_texposFunction · 0.85
reset_reserved_texposFunction · 0.85
reset_tilesetsFunction · 0.85
reset_surfaceFunction · 0.85
uninstall_reset_pointFunction · 0.85

Tested by

no test coverage detected