| 152 | } |
| 153 | |
| 154 | SceneRenderTask::~SceneRenderTask() |
| 155 | { |
| 156 | if (Buffers) |
| 157 | Buffers->DeleteObjectNow(); |
| 158 | if (_customActorsScene) |
| 159 | Delete(_customActorsScene); |
| 160 | } |
| 161 | |
| 162 | void SceneRenderTask::CameraCut() |
| 163 | { |
nothing calls this directly
no test coverage detected