Merge pull request #582 from Xertis/patch-11

Bugfix hud.lua
This commit is contained in:
MihailRis 2025-08-03 15:18:51 +03:00 committed by GitHub
commit e2d0fa830d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,7 @@ local function update_hand()
local rotation = cam:get_rot()
local angle = player.get_rot() - 90
local angle = player.get_rot(pid) - 90
local cos = math.cos(angle / (180 / math.pi))
local sin = math.sin(angle / (180 / math.pi))