Update renderer.cpp

This commit is contained in:
Christian Semmler 2025-06-08 15:34:01 -07:00 committed by GitHub
parent f8f9e50973
commit cb838ac071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -335,7 +335,8 @@ void OpenGL15Renderer::SubmitDraw(
if (appearance.flat) { if (appearance.flat) {
glShadeModel(GL_FLAT); glShadeModel(GL_FLAT);
} else { }
else {
glShadeModel(GL_SMOOTH); glShadeModel(GL_SMOOTH);
} }