Skip to content

Commit

Permalink
Update AccuracyFix.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Aug 26, 2024
1 parent 566fd51 commit 554bd71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AccuracyFix/AccuracyFix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ void CAccuracyFix::TraceLine(const float* vStart, const float* vEnd, int fNoMons

auto vEndRes = (Vector)vStart + gpGlobals->v_forward * fwdVelocity;

gpGlobals->trace_flags = FTRACE_BULLET;

g_engfuncs.pfnTraceLine(vStart, vEndRes, fNoMonsters, pentToSkip, ptr);
}
}
Expand Down

0 comments on commit 554bd71

Please sign in to comment.