diff options
Diffstat (limited to 'c2.cpp')
-rw-r--r-- | c2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -836,6 +836,7 @@ struct C2 : public App { Texture& bb = dev->get_texture(hdr_target); pcam.asp = (float)bb.w / (float)bb.h; + renderer.prev_vp = pcam.get_proj() * pcam.get_view(); orbit_cam.update_orbit(*this); pcam.update(); lighting.update(dev, ctx, *world, renderer, scene); |