Skip to content

Commit

Permalink
animationmgr: push shadow avs to ended on disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Nov 11, 2023
1 parent 8180ca6 commit db82fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/managers/AnimationManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ void CAnimationManager::tick() {

if (av->m_eDamagePolicy == AVARDAMAGE_SHADOW && !*PSHADOWSENABLED) {
av->warp(false);
animationEndedVars.push_back(av);
continue;
}

Expand Down

0 comments on commit db82fc5

Please sign in to comment.