From 5ce36065829cdc23334bbb6ca6c0d83f7de1ece8 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Thu, 19 Nov 2020 18:09:55 +0100 Subject: Add explicit wake_up parameter to method setting the position and velocity of a rigid-body. --- examples3d/damping3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3d/damping3.rs') diff --git a/examples3d/damping3.rs b/examples3d/damping3.rs index e055d8e..8c68d3b 100644 --- a/examples3d/damping3.rs +++ b/examples3d/damping3.rs @@ -12,7 +12,7 @@ pub fn init_world(testbed: &mut Testbed) { let joints = JointSet::new(); /* - * Create the balls + * Create the cubes */ let num = 10; let rad = 0.2; -- cgit