Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
1af7212735
commit
a617da4566
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue