From f030154fe727e25a2afe1f78b3998c2d2dba95e4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 18 Aug 2009 09:24:15 +0000 Subject: astyle cleanup, corrects not loading of material textures --- src/ui/paint.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ui/paint.h') diff --git a/src/ui/paint.h b/src/ui/paint.h index 840e18a..1d28574 100644 --- a/src/ui/paint.h +++ b/src/ui/paint.h @@ -13,13 +13,14 @@ namespace ui { /// low-level widget paint functions -namespace paint { +namespace paint +{ /// assign system colors void assign_color(const char c, const math::Color &color); /// set paint color -void color(float r=0.0f, float g=0.0f, float b=0.0f, float a=1.0f); +void color(float r = 0.0f, float g = 0.0f, float b = 0.0f, float a = 1.0f); /// set paint color void color(math::Color const & color); -- cgit v1.2.3