- fix line that shouldn't have been committed

This commit is contained in:
Magnus Norddahl 2019-04-16 07:30:13 +02:00
parent 67490d13cb
commit 073f151761
1 changed files with 0 additions and 1 deletions

View File

@ -669,7 +669,6 @@ void PPAmbientOcclusion::Render(PPRenderState *renderstate, float m5, int sceneW
float r2 = aoRadius * aoRadius;
float blurSharpness = 1.0f / blurAmount;
blurSharpness = 0.0f;
auto sceneScale = screen->SceneScale();
auto sceneOffset = screen->SceneOffset();