mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-23 04:34:58 -04:00
Revert last commit, that's not how original classic does it.
Also should have been || not &&
This commit is contained in:
parent
27a2714619
commit
d68d17eaa5
@ -72,7 +72,7 @@ namespace ClassicalSharp.Physics {
|
||||
|
||||
t0 = tmin;
|
||||
t1 = tmax;
|
||||
return t0 >= 0 && t1 >= 0;
|
||||
return t0 >= 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user