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

This commit is contained in:
Onek8 2025-04-10 21:55:56 +00:00
parent 62e52a7316
commit d69e3438ff

View File

@ -150,7 +150,7 @@ class DebugDrawHelper {
}
function onRender(g: kha.graphics2.Graphics) {
if (getDebugMode() == NoDebug) {
if (getDebugMode() == NoDebug && !physicsWorld.drawRaycasts) {
return;
}