diff options
Diffstat (limited to 'c2.cpp')
-rw-r--r-- | c2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -896,7 +896,7 @@ struct C2 : public App { orbit_cam.update_orbit(*this); pcam.update(); lighting.update(dev, ctx, *world, renderer, scene); - update_scene(scene, dev, lighting, pcam, *world); + update_scene(scene, dev, *world); lr.add_box(scene.bound); ctx.debug_push("scene"); renderer.render( |