Merge pull request #1244 from BeamNG/fix_water_hdr

Fix waterBasicP.glsl for HDR.
This commit is contained in:
Luis Anton Rebollo 2015-03-08 13:00:34 +01:00
commit d9ebe10c90
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
}