MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / unload

Method unload

source/ui/data/boxedTexture.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void BoxedTexture::unload() {
50 if (texture) {
51 UnloadTexture(texture);
52 texture = nullptr;
53 }
54}

Callers 1

resetAllMethod · 0.80

Calls 1

UnloadTextureFunction · 0.85

Tested by

no test coverage detected