From ee435d9732faccda4ea62479ef4d058ec4bcde36 Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Fri, 17 Jul 2015 09:43:33 -0700 Subject: [PATCH] remove comment --- examples/FlockOfbirds.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/FlockOfbirds.js b/examples/FlockOfbirds.js index a8a5aafe6d..0e8c6d4731 100644 --- a/examples/FlockOfbirds.js +++ b/examples/FlockOfbirds.js @@ -121,7 +121,6 @@ function updateBirds(deltaTime) { } else if (birds[i].audioId) { // If bird is playing a chirp if (!birds[i].audioId.isPlaying) { - // clear ID if playing has stopped Entities.editEntity(birds[i].entityId, { dimensions: { x: BIRD_SIZE, y: BIRD_SIZE, z: BIRD_SIZE }}); numPlaying--; }