diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-16 22:36:04 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-16 22:36:04 +0000 |
commit | cb52e5bd8da01ab2e7976fcd8bfc34e190265ed5 (patch) | |
tree | 3645b53d64ca6e6068537c18efc5c9bab7673e5b /src/client | |
parent | 7d7b9324f1f0db14648fb9fe32256d7942af77b9 (diff) |
r_drawradius
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view.cc b/src/client/view.cc index db7f3a3..466723f 100644 --- a/src/client/view.cc +++ b/src/client/view.cc @@ -70,7 +70,7 @@ void reset() glMateriali(GL_FRONT, GL_SHININESS, 128); // shininess 1-128 gl::disable(GL_LIGHTING); - gl::disable(GL_LIGHT0); + gl::enable(GL_LIGHT0); gl::disable(GL_COLOR_MATERIAL); // culling |