Update leenkx/Sources/leenkx/trait/physics/bullet/DebugDrawHelper.hx

This commit is contained in:
Onek8 2025-05-12 07:31:37 +00:00
parent 7b8d73cd84
commit 2f9694632d

View File

@ -311,4 +311,6 @@ typedef TRayCastData = {
var hasHit: Bool; var hasHit: Bool;
@:optional var hitPoint: Vec4; @:optional var hitPoint: Vec4;
@:optional var hitNormal: Vec4; @:optional var hitNormal: Vec4;
} }
#end