mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
- fix line that shouldn't have been committed
This commit is contained in:
parent
67490d13cb
commit
073f151761
1 changed files with 0 additions and 1 deletions
|
@ -669,7 +669,6 @@ void PPAmbientOcclusion::Render(PPRenderState *renderstate, float m5, int sceneW
|
||||||
float r2 = aoRadius * aoRadius;
|
float r2 = aoRadius * aoRadius;
|
||||||
|
|
||||||
float blurSharpness = 1.0f / blurAmount;
|
float blurSharpness = 1.0f / blurAmount;
|
||||||
blurSharpness = 0.0f;
|
|
||||||
|
|
||||||
auto sceneScale = screen->SceneScale();
|
auto sceneScale = screen->SceneScale();
|
||||||
auto sceneOffset = screen->SceneOffset();
|
auto sceneOffset = screen->SceneOffset();
|
||||||
|
|
Loading…
Reference in a new issue