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-11-11 19:11:57 +0000
committerStijn Buys <ingar@osirion.org>2008-11-11 19:11:57 +0000
commit773c1bafe0f1d8b706e0f72e235f8466e7a9ccf5 (patch)
treeab4b3058f436a4e4c54618f132a9179ee40e330c /src/ui/console.cc
parent3082cb197fb6af7d069f9ad211ff6ea5657d924a (diff)
cleanups
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());