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

Method init

library/modules/Textures.cpp:449–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void Textures::init(color_ostream& out) {
450 if (!enabler)
451 return;
452
453 reserve_static_range();
454 install_reset_point();
455 DEBUG(textures, out)
456 .print("dynamic texture loading ready, reserved range {}-{}\n", reserved_range.start,
457 reserved_range.end);
458}
459
460void Textures::cleanup() {
461 if (!enabler)

Callers 1

reserve_static_rangeFunction · 0.45

Calls 3

reserve_static_rangeFunction · 0.85
install_reset_pointFunction · 0.85
printMethod · 0.45

Tested by

no test coverage detected