Merge branch 'mode-def' into color-space
This commit is contained in:
commit
e44bbe2125
2 changed files with 2 additions and 2 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
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
#include "/module/gbuffers_basic.vsh"
|
||||
#include "/gbuffers_basic.vsh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue