SecondHalfGames/yakui

Text still shows with Color alpha 0

cybersoulK opened this issue · 1 comments

let mut text = yakui::widgets::Text::new(100.0 * death_alpha, "Died");
text.style.color = yakui::Color::rgba(120, 30, 30, 0);
text.show();
image

2274a21

this commit fixed it