Fix waterBasicP.glsl for HDR.

This commit is contained in:
LuisAntonRebollo 2015-03-08 12:56:24 +01:00
parent 74a05854d5
commit 049de72cc5
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ void main()
#endif
OUT_col = OUT;
OUT_col = hdrEncode( OUT );
#endif
}

View file

@ -210,7 +210,7 @@ void main()
#endif
OUT_col = OUT;
OUT_col = hdrEncode( OUT );
#endif
}