mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 21:47:09 +02:00
Removed debug prints from particleBirds.js
This commit is contained in:
parent
863e2c56ae
commit
9e882957c4
1 changed files with 0 additions and 2 deletions
|
@ -152,7 +152,6 @@ function updateBirds(deltaTime) {
|
|||
|
||||
// Update all the birds
|
||||
for (var i = 0; i < numBirds; i++) {
|
||||
print("Updating");
|
||||
particleID = birdParticleIDs[i];
|
||||
var properties = Particles.getParticleProperties(particleID);
|
||||
|
||||
|
@ -216,7 +215,6 @@ function updateBirds(deltaTime) {
|
|||
|
||||
// Update the particle
|
||||
Particles.editParticle(particleID, properties);
|
||||
print("Updated yay");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue