From c7d02a38d9527b4a1190102786e3d2cc75d4c84c Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 18 Apr 2022 18:33:50 +0200 Subject: [PATCH] fixed an oopsie --- src/helpers/WLClasses.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/WLClasses.hpp b/src/helpers/WLClasses.hpp index 92400f65..95aea982 100644 --- a/src/helpers/WLClasses.hpp +++ b/src/helpers/WLClasses.hpp @@ -47,7 +47,7 @@ struct SRenderData { float fadeAlpha = 255.f; // for alpha settings - float alpha = 255.f; + float alpha = 1.f; }; struct SKeyboard {