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/view.cc')
-rw-r--r--src/client/view.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/client/view.cc b/src/client/view.cc
index 4180b1e..522526e 100644
--- a/src/client/view.cc
+++ b/src/client/view.cc
@@ -126,8 +126,6 @@ void draw_status()
if (console::visible())
return;
- glBindTexture(GL_TEXTURE_2D, render::textures[1]); // bitmaps/conchars.tga
-
// print the status in the upper left corner
gl::color(1.0f, 1.0f, 1.0f, 1.0f);
std::stringstream status;
@@ -286,11 +284,11 @@ void frame(float seconds)
draw_loader();
}
- // draw the console
+ // draw text elements
+ glBindTexture(GL_TEXTURE_2D, render::textures[1]); // bitmaps/conchars.tga
+
console::draw();
chat::draw();
-
- // draw the status line
draw_status();
// draw the mouse cursor