mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 07:05:41 +00:00
fix debug message
This commit is contained in:
parent
128d31746d
commit
6dfb2ca79e
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ bool CCarGenerator::CheckIfWithinRangeOfAnyPlayer()
|
|||
return false;
|
||||
if (distance < nearclip)
|
||||
return false;
|
||||
debug("Value to test: %f\n", DotProduct2D(direction, FindPlayerSpeed()));
|
||||
return DotProduct2D(direction, FindPlayerSpeed()) <= 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue