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
commit fa55e52fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
} }