Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/video.cc')
-rw-r--r--src/client/video.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/video.cc b/src/client/video.cc
index c861282..a8e5400 100644
--- a/src/client/video.cc
+++ b/src/client/video.cc
@@ -317,6 +317,7 @@ void draw_loader()
gl::disable(GL_BLEND);
+ is_loading = true;
}
void frame_loader()
@@ -326,7 +327,6 @@ void frame_loader()
draw_loader();
- is_loading = true;
SDL_GL_SwapBuffers();
}