We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c41f3f commit aac32e3Copy full SHA for aac32e3
Engine/StapleJoltPhysics/JoltPhysics/JoltPhysics3D.cs
@@ -413,6 +413,11 @@ public void Update(float deltaTime)
413
414
foreach (var pair in characters)
415
{
416
+ if (pair.enabled)
417
+ {
418
+ pair.character.PostSimulation(0.05f);
419
+ }
420
+
421
var transform = pair.entity.GetComponent<Transform>();
422
423
if (transform != null)
0 commit comments