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
|
||||
|
||||
#ifdef BACKGROUND
|
||||
#if defined(TRANSPARENT)
|
||||
#ifdef TRANSPARENT
|
||||
final_color = vec4_premul(background, bg_alpha);
|
||||
#else
|
||||
final_color = vec4(background, draw_bg);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user