Skip to content

Commit

Permalink
who made this an int
Browse files Browse the repository at this point in the history
  • Loading branch information
Viceroyy committed Aug 9, 2024
1 parent 9e003cc commit 6fed3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fusion/src/Features/Backtrack/Backtrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ void CBacktrack::CleanRecords()

//const int iOldSize = pRecords.size();

const int flDeadtime = I::GlobalVars->curtime + GetReal() - flMaxUnlag; // int ???
const float flDeadtime = I::GlobalVars->curtime + GetReal() - flMaxUnlag;
while (!mRecords[pEntity].empty())
{
if (mRecords[pEntity].back().flSimTime >= flDeadtime)
Expand Down

0 comments on commit 6fed3cc

Please sign in to comment.