mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 15:30:38 +02:00
fixed lighting when in frustum render mode
This commit is contained in:
parent
531e294052
commit
bd837862de
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