style: use ifdef to be consistent with the other cases

This commit is contained in:
Martin Wernstål 2023-04-27 18:34:00 +02:00
parent 920b350ac9
commit 289957ef1c

View File

@ -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);