Skip to content

Commit 1682b0b

Browse files
committed
Merge branch 'xd_dev' of github.com:eagleivg/xray-16 into xd_dev
2 parents 8dea7d2 + 55738b4 commit 1682b0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/xrGame/player_hud.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ void player_hud::update_inertion(Fmatrix& trans)
664664

665665
// clamp by PI_DIV_2
666666
Fvector last;
667-
last.set(0,0,0);
668667
last.normalize_safe(st_last_dir);
669668
float dot = last.dotproduct(xform.k);
670669
if (dot < EPS)

0 commit comments

Comments
 (0)