backup commit
This commit is contained in:
+1
-1
@@ -27,5 +27,5 @@ void main()
|
||||
color += texture(texture0, fragTexCoord - offset) * weight[i];
|
||||
}
|
||||
|
||||
finalColor = color * colDiffuse * fragColor * 1.9;
|
||||
finalColor = color * colDiffuse * fragColor * 1.8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user