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/game/base/star.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/base/star.cc') diff --git a/src/game/base/star.cc b/src/game/base/star.cc index ba3ccba..43efd0c 100644 --- a/src/game/base/star.cc +++ b/src/game/base/star.cc @@ -8,7 +8,8 @@ #include "base/star.h" -namespace game { +namespace game +{ Star::Star() : core::EntityGlobe(core::Entity::Static | core::Entity::Solid | core::Entity::Bright) { -- cgit v1.2.3