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/core/commandbuffer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/core/commandbuffer.h') diff --git a/src/core/commandbuffer.h b/src/core/commandbuffer.h index 9cd919b..c8024ba 100644 --- a/src/core/commandbuffer.h +++ b/src/core/commandbuffer.h @@ -48,7 +48,10 @@ private: }; /// the global command buffer -inline std::stringstream & cmd() { return CommandBuffer::cmdbuf; } +inline std::stringstream & cmd() +{ + return CommandBuffer::cmdbuf; +} } -- cgit v1.2.3