Merge pull request #9917 from TheHarmonicRealm/master

Fix GBR and GRB post-processing effects
This commit is contained in:
Tilka
2021-07-20 09:38:14 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
void main() void main()
{ {
SetOutput(Sample()); SetOutput(Sample().gbra);
} }

View File

@ -1,4 +1,4 @@
void main() void main()
{ {
SetOutput(Sample()); SetOutput(Sample().grba);
} }