diff --git a/Application.cpp b/Application.cpp index bf2d6fe..5948f9e 100644 --- a/Application.cpp +++ b/Application.cpp @@ -592,7 +592,7 @@ void Application::onGraphics(RenderDevice* rd) { // Setup lighting renderDevice->enableLighting(); - //renderDevice->setShadeMode(RenderDevice::SHADE_SMOOTH); + renderDevice->setShadeMode(RenderDevice::SHADE_SMOOTH); renderDevice->setAmbientLightColor(Color3(1,1,1)); renderDevice->setLight(0, GLight::directional(lighting.lightDirection, lighting.lightColor));