Skip to content

Commit

Permalink
Fixed rendering glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
wod3 committed Jul 2, 2020
1 parent 6cdaa16 commit e0570f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/level.rs
Expand Up @@ -542,7 +542,8 @@ impl Level {
from: anim_from,
to: anim_to,
accelerate: anim_accelerate,
..
kind: AnimationMoveKind::Standard,
..
} = *animation {
if anim_to == from {
accelerate = anim_accelerate;
Expand Down

0 comments on commit e0570f2

Please sign in to comment.