From ab9ed1ccadbd2c1b971bfbfb5ee651aa03a4a63e Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 22 Feb 2025 18:16:05 +1100 Subject: shader globals --- c2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c2.cpp') diff --git a/c2.cpp b/c2.cpp index 761d9de..ac9e7d4 100644 --- a/c2.cpp +++ b/c2.cpp @@ -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( -- cgit v1.2.3-54-g00ecf