X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FEnvironment%2FLights.hpp;h=776e5b1f0330c35136d48f722d9f219f516e06de;hb=4ecda9ec4241bc59f14807ddef29ee45a2be903b;hp=19c143243ca077aab5c9fe9f3226df11b1df3f21;hpb=03fbcc5b5e18dbf62c48849fc8d02cd250aa744e;p=lugaru.git diff --git a/Source/Environment/Lights.hpp b/Source/Environment/Lights.hpp index 19c1432..776e5b1 100644 --- a/Source/Environment/Lights.hpp +++ b/Source/Environment/Lights.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -33,7 +33,8 @@ public: int attach; XYZ location; inline void setColors(GLfloat cr, GLfloat cg, GLfloat cb, - GLfloat ar, GLfloat ag, GLfloat ab) { + GLfloat ar, GLfloat ag, GLfloat ab) + { color[0] = cr; color[1] = cg; color[2] = cb;