From 87d6e03cc279506e887c9652547922c515320a44 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 5 Mar 2016 13:09:49 +0100 Subject: [PATCH] - should have saved before committing... --- src/gl/scene/gl_scene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gl/scene/gl_scene.cpp b/src/gl/scene/gl_scene.cpp index 3d8d72aba7..378929897b 100644 --- a/src/gl/scene/gl_scene.cpp +++ b/src/gl/scene/gl_scene.cpp @@ -878,7 +878,7 @@ void FGLRenderer::RenderView (player_t* player) NoInterpolateView = false; // prepare all camera textures that have been used in the last frame FCanvasTextureInfo::UpdateAll(); - NoInterpolateView = true; + NoInterpolateView = saved_niv; // I stopped using BaseRatioSizes here because the information there wasn't well presented.