fixed minor regression, cleaned up source tree
This commit is contained in:
@@ -16,5 +16,6 @@ void main() {
|
||||
float gamma = 0.5;
|
||||
f_color.rgb = pow(f_color.rgb, vec3(1.0/gamma));
|
||||
|
||||
//f_color = out_color;
|
||||
// f_color = texture(tex, tex_coords);
|
||||
}
|
||||
Reference in New Issue
Block a user