MCPcopy Create free account
hub / github.com/ddnet/ddnet / Unload

Method Unload

src/game/map/render_layer.cpp:866–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864}
865
866void CRenderLayerTile::Unload()
867{
868 if(m_VisualTiles.has_value())
869 {
870 m_VisualTiles->Unload();
871 m_VisualTiles = std::nullopt;
872 }
873}
874
875void CRenderLayerTile::CTileLayerVisuals::Unload()
876{

Callers 1

ClearMethod · 0.45

Calls 2

GraphicsFunction · 0.85
DeleteBufferContainerMethod · 0.80

Tested by

no test coverage detected