mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 22:51:58 -07:00
fixed an oopsie
This commit is contained in:
@@ -47,7 +47,7 @@ struct SRenderData {
|
||||
float fadeAlpha = 255.f;
|
||||
|
||||
// for alpha settings
|
||||
float alpha = 255.f;
|
||||
float alpha = 1.f;
|
||||
};
|
||||
|
||||
struct SKeyboard {
|
||||
|
Reference in New Issue
Block a user