Merge branch 'mode-def' into color-space

This commit is contained in:
Valerie Wolfe 2024-05-17 21:16:13 -04:00
commit e44bbe2125
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ void main() {
// physical post-processing effects // physical post-processing effects
#ifdef aberration #ifdef aberration
color.rb = aberrate().rb; color.rb = (color.rb + aberrate().rb) / 2;
#endif #endif

View file

@ -1,3 +1,3 @@
#include "/module/gbuffers_basic.vsh" #include "/gbuffers_basic.vsh"