diff options
author | quou <quou@disroot.org> | 2025-02-22 18:16:05 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-02-22 18:16:37 +1100 |
commit | ab9ed1ccadbd2c1b971bfbfb5ee651aa03a4a63e (patch) | |
tree | f08cddeb3f6ecb668dbac536d0ee2c533b0a55ee /c2.cpp | |
parent | b10d6e5857481d4b018547c66585fd4f84a85937 (diff) |
shader globals
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( |