X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FLights.cpp;h=5761c4f30c1ad60d0d42c014ea268093d7f4d3de;hb=bcb5c54b2b6170c185583c18f5ec97b0bb813f0a;hp=63d1a7cd52ef06715996db8756d4cc20d489151d;hpb=0cca0c495c7dc29d134a10d7eed5de1f377c99bf;p=lugaru.git diff --git a/Source/Lights.cpp b/Source/Lights.cpp index 63d1a7c..5761c4f 100644 --- a/Source/Lights.cpp +++ b/Source/Lights.cpp @@ -122,4 +122,4 @@ void SetUpMainLight(Light* whichsource, int whichlight, float ambientr, float am glLightfv(GL_LIGHT0, GL_DIFFUSE, LightDiffuse); glEnable(GL_LIGHT0); } -} \ No newline at end of file +}