Fix another culling bug
This commit is contained in:
parent
dfd1393dba
commit
2c2f1a4c9f
8 changed files with 130 additions and 15 deletions
2
racing.h
2
racing.h
|
@ -390,7 +390,7 @@ int LCR_replayRecordEvent(uint32_t frame, uint8_t input)
|
|||
*/
|
||||
TPE_Vec3 _LCR_racingBlockEnvFunc(TPE_Vec3 point, const uint8_t *block)
|
||||
{
|
||||
TPE_Vec3 v, vBest;
|
||||
TPE_Vec3 v, vBest = TPE_vec3(TPE_INFINITY,TPE_INFINITY,TPE_INFINITY);
|
||||
TPE_Unit d, dBest = TPE_INFINITY;
|
||||
|
||||
uint8_t bx, by, bz;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue