| 227 | } |
| 228 | |
| 229 | void ExponentialHeightFog::OnDisable() |
| 230 | { |
| 231 | #if USE_EDITOR |
| 232 | GetSceneRendering()->RemoveViewportIcon(this); |
| 233 | #endif |
| 234 | GetSceneRendering()->RemoveActor(this, _sceneRenderingKey); |
| 235 | |
| 236 | // Base |
| 237 | Actor::OnDisable(); |
| 238 | } |
| 239 | |
| 240 | void ExponentialHeightFog::OnTransformChanged() |
| 241 | { |
nothing calls this directly
no test coverage detected