mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Update renderer.cpp
This commit is contained in:
parent
f8f9e50973
commit
cb838ac071
@ -335,7 +335,8 @@ void OpenGL15Renderer::SubmitDraw(
|
||||
|
||||
if (appearance.flat) {
|
||||
glShadeModel(GL_FLAT);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
glShadeModel(GL_SMOOTH);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user