mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 13:23:02 +05:00
update comments
This commit is contained in:
parent
12bbbf201a
commit
00b92fea48
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue