MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / DeleteAllAnimated

Method DeleteAllAnimated

engine/Poseidon/Graphics/Textures/TextureBank.cpp:583–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581AbstractTextBank::~AbstractTextBank() = default;
582
583void AbstractTextBank::DeleteAllAnimated()
584{
585 PoseidonAssert(_animatedTextures.Size() == 0);
586 _animatedTextures.Clear();
587}
588
589void AbstractTextBank::StartFrame() {}
590

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected