]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Environment/Lights.hpp
clang-format: Apply to all headers
[lugaru.git] / Source / Environment / Lights.hpp
index 42de553de1b7eaec744badb2145e5c9806d0cad9..776e5b1f0330c35136d48f722d9f219f516e06de 100644 (file)
@@ -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;