Fix #131846: Overlay: Wireframe missing
Regression from b295df7345
Fix fragment/selection logic
This commit is contained in:
@@ -32,7 +32,7 @@ void main()
|
||||
fragColor = vec4(mix(final_front_col, rim_col, saturate(fac)), 1.0);
|
||||
fragColor *= fragColor;
|
||||
|
||||
#elif defined(SELECT_ENABLE)
|
||||
#elif !defined(SELECT_ENABLE)
|
||||
lineOutput = pack_line_data(gl_FragCoord.xy, edgeStart, edgePos);
|
||||
fragColor = finalColor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user