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

Function reset_texpos

library/modules/Textures.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287static void reset_texpos() {
288 DEBUG(textures).print("resetting texture mappings\n");
289 g_handle_to_texpos.clear();
290}
291
292static void reset_reserved_texpos() {
293 DEBUG(textures).print("resetting reserved texture mappings\n");

Callers 5

cleanupMethod · 0.85

Calls 2

printMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected