update comments

This commit is contained in:
Jonny_Bro (Nikita) 2023-07-22 13:35:12 +05:00
parent 12bbbf201a
commit 00b92fea48

View file

@ -468,7 +468,8 @@ function BodyAnimCalcView2(ply, pos, angles, fov)
return
end
if IsValid(BodyAnim) and pos:Distance(ply:EyePos()) > 20 then -- This is the issue with disappearing model when sliding
-- This is the issue with disappearing model when sliding, should be fixed for now
if IsValid(BodyAnim) and pos:Distance(ply:EyePos()) > 20 then -- TODO: Something if appears again...
if updatethirdperson then
ply:SetNoDraw(false)
BodyAnim:SetNoDraw(true)