Remove bad TODO

Look direction is relative to eye pos anyways
master
Lars Mueller 2022-05-12 12:13:19 +02:00
parent b59f1fe0b0
commit 2e2df7cc3f
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ function handle_player_animations(dtime, player)
end
local lag_behind = diff - moving_diff
local attach_parent, _, _, attach_rotation = player:get_attach()
-- TODO properly handle eye offset & height vs. actual head position
if attach_parent then
local parent_rotation = attach_parent:get_rotation()
if attach_rotation and parent_rotation then