MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / destroyAnimationComponent

Method destroyAnimationComponent

src/components/EntityActions.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void ::Components::Actions::Animation::destroyAnimationComponent(AnimationComponent& c)
28{
29 delete c.m_AnimHandler;
30 c.m_AnimHandler = nullptr;
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected