Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 14, 2020
1 parent 60f2875 commit 94681fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/render/fx/bloom.cpp
Expand Up @@ -193,7 +193,7 @@ DE_PIMPL(Bloom)
// Spread out or contract the texture sampling of the Gaussian blur kernel.
// If dispersion is too large, the quality of the blur will suffer.
uBlurStep = Vec2f(bloomDispersion / workFB.size().x,
bloomDispersion / workFB.size().y);
bloomDispersion / workFB.size().y);

bloom.setProgram(bloom.program()); // horizontal shader
bloom.draw();
Expand Down

0 comments on commit 94681fe

Please sign in to comment.