aberration now has less clarity and works with other post-processing effects
This commit is contained in:
parent
6fc995e5cb
commit
5504d1588d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ void main() {
|
|||
|
||||
// physical post-processing effects
|
||||
#ifdef aberration
|
||||
color.rb = aberrate().rb;
|
||||
color.rb = (color.rb + aberrate().rb) / 2;
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue