Change box2d epsilon to math C standard library

This commit is contained in:
Fredrik Malmer
2025-10-18 01:18:05 +02:00
parent 4b8751bebd
commit 2550be59ef

View File

@@ -3,7 +3,7 @@ package vendor_box2d
import "core:c"
import "core:math"
EPSILON :: 1e-23
EPSILON :: math.F32_EPSILON
Vec2 :: [2]f32