mirror of
https://github.com/sm64pc/sm64ex.git
synced 2025-01-22 15:43:04 -05:00
Increase bettercam's precision
This commit is contained in:
parent
75bed240fa
commit
47fca44582
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ void find_surface_on_ray(Vec3f orig, Vec3f dir, struct Surface **hit_surface, Ve
|
|||
}
|
||||
|
||||
// increase collision checking precision (normally 1)
|
||||
f32 precision = 2;
|
||||
f32 precision = 5;
|
||||
|
||||
// Get cells we cross using DDA
|
||||
if (absx(dir[0]) >= absx(dir[2]))
|
||||
|
|
Loading…
Reference in a new issue