From 773c1bafe0f1d8b706e0f72e235f8466e7a9ccf5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 11 Nov 2008 19:11:57 +0000 Subject: cleanups --- src/ui/console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/console.cc') 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()); -- cgit v1.2.3