From 2e2df7cc3f8b37c71a7c477a945f6cd1463c5963 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Thu, 12 May 2022 12:13:19 +0200 Subject: [PATCH] Remove bad TODO Look direction is relative to eye pos anyways --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 2a028a4..bd1dd3c 100644 --- a/init.lua +++ b/init.lua @@ -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