Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/console.cc')
-rw-r--r--src/ui/console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.cc b/src/ui/console.cc
index 0b7c278..60eecef 100644
--- a/src/ui/console.cc
+++ b/src/ui/console.cc
@@ -192,7 +192,7 @@ void Console::draw()
version += ' ';
version.append(core::version());
- render::gl::color(0.0f, 1.0f, 0.0f, 0.5f);
+ gl::color(0.0f, 1.0f, 0.0f, 0.5f);
s.assign(version.size() * font()->width(), font()->height());
math::Vector2f l(global_location());