mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
remove comment
This commit is contained in:
parent
689b0e2571
commit
ee435d9732
1 changed files with 0 additions and 1 deletions
|
@ -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--;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue