mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
remove debug
This commit is contained in:
parent
cf9365e616
commit
5c29eb97ef
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ function updateBirds(deltaTime) {
|
|||
Entities.editEntity(birds[i].entityId, { dimensions: { x: BIRD_SIZE, y: BIRD_SIZE, z: BIRD_SIZE }});
|
||||
birds[i].audioId = false;
|
||||
numPlaying--;
|
||||
print("num playing" + numPlaying);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue