fixed discardopaque with custom alpha

This commit is contained in:
vaxerski
2022-04-18 18:23:10 +02:00
parent 7ae87a233c
commit cbf0d366b4
3 changed files with 10 additions and 6 deletions

View File

@@ -45,6 +45,9 @@ struct SRenderData {
// for fade
float fadeAlpha = 255.f;
// for alpha settings
float alpha = 255.f;
};
struct SKeyboard {