diff --git a/Themes/Til Death/BGAnimations/ScreenTextEntry underlay.lua b/Themes/Til Death/BGAnimations/ScreenTextEntry underlay.lua index 54be0af878..d3076c2a8f 100644 --- a/Themes/Til Death/BGAnimations/ScreenTextEntry underlay.lua +++ b/Themes/Til Death/BGAnimations/ScreenTextEntry underlay.lua @@ -1,5 +1,5 @@ return Def.Quad{ InitCommand=function(self) - self:FullScreen():Center():diffuse(color("0,0,0,0.5")) + self:FullScreen():Center():diffuse(color("0,0,0,0.5")):diffusealpha(1) end; }; \ No newline at end of file