Skip to content

Commit facc4c3

Browse files
committed
ConveyorDemo: a small optimization
1 parent 1d86b29 commit facc4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MinieExamples/src/main/java/jme3utilities/minie/test/ConveyorDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ private void configurePhysics() {
577577
physicsSpace.getSolverInfo().setMode(solverMode);
578578

579579
// Register a listener for immediate contact notifications.
580-
physicsSpace.addContactListener(this);
580+
physicsSpace.addContactListener(this, false, true, false);
581581
}
582582

583583
/**

0 commit comments

Comments
 (0)