remove comment

This commit is contained in:
Philip Rosedale 2015-07-17 09:43:33 -07:00
parent 689b0e2571
commit ee435d9732

View file

@ -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--;
}