MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~Config

Method ~Config

Engine/source/EtFramework/Config/Config.cpp:74–80  ·  view source on GitHub ↗

--------------------------------- Config::d-tor

Source from the content-addressed store, hash-verified

72// Config::d-tor
73//
74Config::~Config()
75{
76 if (m_HasRenderRef)
77 {
78 render::RenderingSystems::RemoveReference();
79 }
80}
81
82//---------------------------------
83// Config::Initialize

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected