Cleanup: clang-format

This commit is contained in:
Campbell Barton 2019-05-31 09:47:55 +10:00
parent 6b286ca667
commit 41dce8af6a
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ void main()
if (mode == MODE_REGULAR) {
if (stroke_color.a > 0) {
if (mix_color.a > 0) {
FragColor = vec4(mix(stroke_color.rgb, mix_color.rgb, mix_color.a * blend_opacity), stroke_color.a);
FragColor = vec4(mix(stroke_color.rgb, mix_color.rgb, mix_color.a * blend_opacity),
stroke_color.a);
gl_FragDepth = mix_depth;
}
else {