| 736 | } |
| 737 | |
| 738 | void RenderWorld::light_debug_draw(LightId light, DebugLine &dl) |
| 739 | { |
| 740 | CE_ASSERT(light.i < _light_manager._data.size, "Index out of bounds"); |
| 741 | _light_manager.debug_draw(light.i, 1, dl); |
| 742 | } |
| 743 | |
| 744 | void RenderWorld::fog_create_instances(const void *components_data |
| 745 | , u32 num |