1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2025-03-02 13:23:02 +01:00

fixed an oopsie

This commit is contained in:
vaxerski 2022-04-18 18:33:50 +02:00
parent cbf0d366b4
commit c7d02a38d9

View file

@ -47,7 +47,7 @@ struct SRenderData {
float fadeAlpha = 255.f;
// for alpha settings
float alpha = 255.f;
float alpha = 1.f;
};
struct SKeyboard {