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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/view.cc b/src/client/view.cc
index 610c1a5..5879728 100644
--- a/src/client/view.cc
+++ b/src/client/view.cc
@@ -447,7 +447,8 @@ void frame(float seconds)
// draw console or notifications
Text::setfont("bitmaps/fonts/gui", 12, 18);
- console()->draw();
+
+ console()->draw((bool) draw_ui->value());
gl::disable(GL_TEXTURE_2D);
gl::disable(GL_BLEND);