From f13488a87eb6ab29c2a307a93e4a60c55923e7fa Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Mon, 4 Aug 2025 14:28:19 +1000 Subject: [PATCH] physics.box2d.source.thin: Regenerate thin binding with swig. --- 4-high/gel/source/joint/gel-hinge_joint.adb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/4-high/gel/source/joint/gel-hinge_joint.adb b/4-high/gel/source/joint/gel-hinge_joint.adb index fe4a059..8b59253 100644 --- a/4-high/gel/source/joint/gel-hinge_joint.adb +++ b/4-high/gel/source/joint/gel-hinge_joint.adb @@ -225,6 +225,8 @@ is Self.Softness := Softness; Self.bias_Factor := bias_Factor; Self.relaxation_Factor := relaxation_Factor; + + Self.apply_Limits; end Limits_are;