Skip to content

Commit 9c223cc

Browse files
committed
SmokeTestAll: shorten the time step, to match the Jolt-Physics default
1 parent f853432 commit 9c223cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/testjoltjni/app/samples/SmokeTestAll.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ private static void smokeTest(Test test, int numSteps) {
256256
System.out.flush();
257257
}
258258
PreUpdateParams params = new PreUpdateParams();
259-
params.mDeltaTime = 0.02f;
259+
params.mDeltaTime = 1f / 60;
260260
test.PrePhysicsUpdate(params);
261261

262262
if (globalParameters.verboseLogging()) {

0 commit comments

Comments
 (0)