--------------------------------- I_Tickable::~I_Tickable Unregister this from tick manager on destruction
| 30 | // Unregister this from tick manager on destruction |
| 31 | // |
| 32 | I_Tickable::~I_Tickable() |
| 33 | { |
| 34 | TickManager::GetInstance()->UnregisterTickable(this); |
| 35 | } |
| 36 | |
| 37 | |
| 38 | } // namespace core |
nothing calls this directly
no test coverage detected