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

This commit is contained in:
Onek8 2025-06-05 00:52:55 +00:00
parent 9963a42c76
commit 8153d67eac

View File

@ -45,7 +45,7 @@ class DebugDrawHelper {
iron.App.notifyOnRender2D(onRender);
if (debugDrawMode & DrawRayCast != 0) {
iron.App.notifyOnUpdate(function () {
iron.App.notifyOnFixedUpdate(function () {
rayCasts.resize(0);
});
}