mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:00:36 +02:00
Merge pull request #44 from ZappoMan/view_frustum_work
fixed lighting when in frustum render mode
This commit is contained in:
commit
b929f14648
1 changed files with 2 additions and 1 deletions
|
@ -651,6 +651,7 @@ void render_view_frustum() {
|
|||
}
|
||||
|
||||
glEnd();
|
||||
glEnable(GL_LIGHTING);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue