tweak value

This commit is contained in:
Vincent Lejeune
2014-11-11 21:56:13 +01:00
parent bd4fe57524
commit b40cf6f321

View File

@@ -477,7 +477,7 @@ void PostProcessing::renderFog()
FullScreenShader::FogShader::getInstance()->SetTextureUnits(irr_driver->getDepthStencilTexture());
DrawFullScreenEffect<FullScreenShader::FogShader>(1. / (20. * start), col);
DrawFullScreenEffect<FullScreenShader::FogShader>(1. / (40. * start), col);
glEnable(GL_DEPTH_TEST);
glDisable(GL_BLEND);