mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-12 11:39:33 +02:00
style: use ifdef to be consistent with the other cases
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user