mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 18:02:22 -07: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:math"
|
||||
|
||||
EPSILON :: 1e-23
|
||||
EPSILON :: math.F32_EPSILON
|
||||
|
||||
Vec2 :: [2]f32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user