| 1525 | } |
| 1526 | |
| 1527 | void Foliage::OnLayerChanged() |
| 1528 | { |
| 1529 | if (_sceneRenderingKey != -1) |
| 1530 | GetSceneRendering()->UpdateActor(this, _sceneRenderingKey, ISceneRenderingListener::Layer); |
| 1531 | } |
| 1532 | |
| 1533 | void Foliage::OnEnable() |
| 1534 | { |
nothing calls this directly
no test coverage detected