trails: Chase hyprland (#338)
Some checks failed
Nix / build (push) Has been cancelled

CShader -> SShader 22b12e3013
This commit is contained in:
Constantin Piber 2025-05-09 18:09:02 +02:00 committed by GitHub
parent c25ee86113
commit c491d28314
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
inline HANDLE PHANDLE = nullptr;
struct SGlobalState {
CShader trailShader;
SShader trailShader;
wl_event_source* tick = nullptr;
};