mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2025-01-11 06:24:09 +00:00
fix debug message
This commit is contained in:
parent
128d31746d
commit
6dfb2ca79e
|
@ -184,7 +184,6 @@ bool CCarGenerator::CheckIfWithinRangeOfAnyPlayer()
|
||||||
return false;
|
return false;
|
||||||
if (distance < nearclip)
|
if (distance < nearclip)
|
||||||
return false;
|
return false;
|
||||||
debug("Value to test: %f\n", DotProduct2D(direction, FindPlayerSpeed()));
|
|
||||||
return DotProduct2D(direction, FindPlayerSpeed()) <= 0;
|
return DotProduct2D(direction, FindPlayerSpeed()) <= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue