]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Skybox.cpp
CLEANED UP WHITESPACE
[lugaru.git] / Source / Skybox.cpp
index cb9505e61f6590ec896a631a463f05033c07fc79..b20f7280e02dd94ba2a9a0bb7c542e97e73f2e57 100644 (file)
@@ -30,9 +30,8 @@ extern float skyboxr;
 extern float skyboxg;
 extern float skyboxb;
 
-void
-SkyBox::load (const char *ffront, const char *fleft, const char *fback,
-              const char *fright, const char *fup,   const char *fdown)
+void SkyBox::load (const char *ffront, const char *fleft, const char *fback,
+                   const char *fright, const char *fup,   const char *fdown)
 {
     front.load(ffront, true, false);
     left.load(fleft, true, false);
@@ -42,7 +41,7 @@ SkyBox::load (const char *ffront, const char *fleft, const char *fback,
     down.load(fdown, true, false);
 }
 
-void   SkyBox::draw()
+void SkyBox::draw()
 {
     static float size = viewdistance / 4;
     glPushMatrix();