style: use ifdef to be consistent with the other cases
This commit is contained in:
parent
920b350ac9
commit
289957ef1c
@ -198,7 +198,7 @@ void main() {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BACKGROUND
|
#ifdef BACKGROUND
|
||||||
#if defined(TRANSPARENT)
|
#ifdef TRANSPARENT
|
||||||
final_color = vec4_premul(background, bg_alpha);
|
final_color = vec4_premul(background, bg_alpha);
|
||||||
#else
|
#else
|
||||||
final_color = vec4(background, draw_bg);
|
final_color = vec4(background, draw_bg);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user