tweak value
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user