Skip to content

Commit

Permalink
fix stove-to-stand anim
Browse files Browse the repository at this point in the history
  • Loading branch information
Try committed Oct 24, 2022
1 parent 3aa46fa commit 15d89bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/world/objects/npc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3619,6 +3619,7 @@ void Npc::quitIneraction() {
return;
if(invTorch)
processDefInvTorch();
implAniWait(visual.pose().animationTotalTime());
currentInteract=nullptr;
}

Expand Down

0 comments on commit 15d89bc

Please sign in to comment.