From 58fa27476e4be965d78782a971439e430032d6b0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 10 May 2008 12:32:05 +0000 Subject: more interpolation issues --- src/client/view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/view.cc b/src/client/view.cc index 695f478..3524403 100644 --- a/src/client/view.cc +++ b/src/client/view.cc @@ -258,7 +258,7 @@ void frame(float seconds) // Clear the color and depth buffers. gl::clear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); - if (core::application()->connected()) { + if (core::application()->connected() && core::game()->serverframetime()) { // Change to the projection matrix and set our viewing volume. gl::matrixmode(GL_PROJECTION); -- cgit v1.2.3