Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/modelview.cc')
-rwxr-xr-xsrc/ui/modelview.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/modelview.cc b/src/ui/modelview.cc
index c36aa56..be56856 100755
--- a/src/ui/modelview.cc
+++ b/src/ui/modelview.cc
@@ -189,7 +189,7 @@ void ModelView::draw()
glEnableClientState(GL_NORMAL_ARRAY);
// we set up the light in camera space
- for (size_t i = 0; i < (GL_LIGHT0 + 7); i++) {
+ for (size_t i = 0; i < 8; i++) {
// check if a light is available
if (!glIsEnabled(GL_LIGHT0 + i)) {
modelview_gllight = GL_LIGHT0 + i;