Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-05-10 12:32:05 +0000
committerStijn Buys <ingar@osirion.org>2008-05-10 12:32:05 +0000
commit58fa27476e4be965d78782a971439e430032d6b0 (patch)
tree28e2cb520331662122bb6cfeff32a6613f5cfd5d /src/client
parent6d9b90ccce41c183e11eab0e70e7204ba8580dff (diff)
more interpolation issues
Diffstat (limited to 'src/client')
-rw-r--r--src/client/view.cc2
1 files changed, 1 insertions, 1 deletions
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);