mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 21:25:58 +01:00
animationmgr: push shadow avs to ended on disabled
This commit is contained in:
parent
8180ca65a5
commit
db82fc5b09
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ void CAnimationManager::tick() {
|
|||
|
||||
if (av->m_eDamagePolicy == AVARDAMAGE_SHADOW && !*PSHADOWSENABLED) {
|
||||
av->warp(false);
|
||||
animationEndedVars.push_back(av);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue