mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 06:43:35 +00:00
Change box2d epsilon to math C standard library
This commit is contained in:
2
vendor/box2d/math_functions.odin
vendored
2
vendor/box2d/math_functions.odin
vendored
@@ -3,7 +3,7 @@ package vendor_box2d
|
||||
import "core:c"
|
||||
import "core:math"
|
||||
|
||||
EPSILON :: 1e-23
|
||||
EPSILON :: math.F32_EPSILON
|
||||
|
||||
Vec2 :: [2]f32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user