Remove obsolete assertion

master
Lars Mueller 2022-05-12 11:56:56 +02:00
parent 0a3dc65121
commit 121b5bf5b2
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ function handle_player_animations(dtime, player)
return
end
local range, frame_speed, _, frame_loop = unpack(anim, 1, 4)
assert(range, dump(anim))
local animation_time = player_animation.animation_time
animation_time = animation_time + dtime
player_animation.animation_time = animation_time