MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / deleteModel

Method deleteModel

Engine/source/T3D/guiMaterialPreview.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void GuiMaterialPreview::deleteModel()
280{
281 SAFE_DELETE(mModel);
282 runThread = 0;
283}
284
285// This is called whenever there is a change in the camera.
286bool GuiMaterialPreview::processCameraQuery(CameraQuery* query)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected