MCPcopy Create free account
hub / github.com/Hopson97/MineCraft-One-Week-Challenge / ~Model

Method ~Model

Source/Model.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8Model::~Model()
9{
10 deleteData();
11}
12
13Model::Model(Model &&other)
14 : m_renderInfo(other.m_renderInfo)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected