mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Change box2d epsilon to math C standard library
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ package vendor_box2d
|
|||||||
import "core:c"
|
import "core:c"
|
||||||
import "core:math"
|
import "core:math"
|
||||||
|
|
||||||
EPSILON :: 1e-23
|
EPSILON :: math.F32_EPSILON
|
||||||
|
|
||||||
Vec2 :: [2]f32
|
Vec2 :: [2]f32
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user