mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-16 03:03:40 +01:00
fixed an oopsie
This commit is contained in:
parent
cbf0d366b4
commit
c7d02a38d9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ struct SRenderData {
|
||||||
float fadeAlpha = 255.f;
|
float fadeAlpha = 255.f;
|
||||||
|
|
||||||
// for alpha settings
|
// for alpha settings
|
||||||
float alpha = 255.f;
|
float alpha = 1.f;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SKeyboard {
|
struct SKeyboard {
|
||||||
|
|
Loading…
Add table
Reference in a new issue