mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 21:05:57 +01:00
fix warn
This commit is contained in:
parent
f84294fe07
commit
77002eeea0
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ void CAnimationManager::tick() {
|
|||
}
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
// invalidate the window
|
||||
|
|
Loading…
Reference in a new issue