Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2011-02-09 15:45:56 +01:00
parent 1af7212735
commit a617da4566
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,6 @@
# include <windowsx.h>
#elif defined(NL_OS_MAC)
#elif defined (NL_OS_UNIX)
# include <GL/gl.h>
# include <GL/glx.h>
# include <X11/Xatom.h>
# ifdef HAVE_XRENDER

View file

@ -138,7 +138,7 @@ void CDriverGL::setLightInternal(uint8 num, const CLight& light)
}
else
{
// Disactive spot properties
// Deactivate spot properties
glLighti (lightNum, GL_SPOT_CUTOFF, 180);
glLighti (lightNum, GL_SPOT_EXPONENT, 0);
}