Skip to content
Permalink
Browse files
Merge pull request #9917 from TheHarmonicRealm/master
Fix GBR and GRB post-processing effects
  • Loading branch information
Tilka committed Jul 20, 2021
2 parents 88cc20f + 0be80bc commit fa55e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
void main()
{
SetOutput(Sample());
SetOutput(Sample().gbra);
}
@@ -1,4 +1,4 @@
void main()
{
SetOutput(Sample());
SetOutput(Sample().grba);
}

0 comments on commit fa55e52

Please sign in to comment.