diff --git a/examples/Animated/Smoothing.html b/examples/Animated/Smoothing.html
index e588086b..7feef03e 100644
--- a/examples/Animated/Smoothing.html
+++ b/examples/Animated/Smoothing.html
@@ -21,7 +21,7 @@
path.add(point);
}
path.add(document.bounds.bottomRight);
- // path.selected = true;
+ path.selected = true;
function onFrame() {
count++;
for (var i = 1; i < points; i++) {