Remove trailing spaces
This commit is contained in:
parent
719c1551cc
commit
fec0ce34c5
80 changed files with 309 additions and 310 deletions
|
@ -20,7 +20,7 @@ void main()
|
|||
else color = texture(environmentMap, fragPosition).rgb;
|
||||
|
||||
if (doGamma)// Apply gamma correction
|
||||
{
|
||||
{
|
||||
color = color/(color + vec3(1.0));
|
||||
color = pow(color, vec3(1.0/2.2));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue