From 20acd65249af8d6abe6138a0f1490e5ca5172572 Mon Sep 17 00:00:00 2001 From: loristissino Date: Wed, 9 Dec 2015 19:41:27 +0100 Subject: [PATCH] Fixed constraints_car.html example In the case of the user pressing the "down" key, there was a comment for the fourth line. --- examples/constraints_car.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/constraints_car.html b/examples/constraints_car.html index 2110e1c..73bf26f 100644 --- a/examples/constraints_car.html +++ b/examples/constraints_car.html @@ -220,7 +220,7 @@ car.wheel_bl_constraint.configureAngularMotor( 2, 1, 0, -5, 2000 ); car.wheel_br_constraint.configureAngularMotor( 2, 1, 0, -5, 2000 ); car.wheel_bl_constraint.enableAngularMotor( 2 ); - //car.wheel_br_constraint.enableAngularMotor( 2 ); + car.wheel_br_constraint.enableAngularMotor( 2 ); break; } } @@ -281,4 +281,4 @@

Constraints - Car

- \ No newline at end of file +