fix: flipper lock

pull/175/head
Allison Ryan 3 years ago
parent 133e0ce230
commit 26d54ae1f0

@ -223,7 +223,7 @@ class _FlipperJoint extends RevoluteJoint {
/// The joint is locked when initialized in order to force the [Flipper]
/// at its resting position.
void lock() {
final angle = -_halfSweepingAngle * side.direction;
final angle = _halfSweepingAngle * side.direction;
setLimits(angle, angle);
}

Loading…
Cancel
Save