mirror of https://github.com/Nofated095/re-GTA.git
fix debug message
This commit is contained in:
parent
128d31746d
commit
6dfb2ca79e
|
@ -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 New Issue