Skip to content

Commit

Permalink
Disable postprocessors for now. Until I have time to debug them better.
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Mar 15, 2022
1 parent 9907e03 commit b6753fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postProcessManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PostProcessor::PostProcessor(string shadername, RenderChain* chain)

void PostProcessor::render(sp::RenderTarget& target)
{
if (!enabled)
if (!enabled || true) // post processors disabled until all issues with RenderTexture has been solved.
{
chain->render(target);
return;
Expand Down

0 comments on commit b6753fb

Please sign in to comment.