mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove debug
This commit is contained in:
parent
ca459e0bd6
commit
1766f3fc23
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ function updateFish(deltaTime) {
|
|||
if (fish[i].entityId) {
|
||||
// Get only the properties we need, because that is faster
|
||||
var properties = flockProperties[i];
|
||||
//var properties = Entities.getEntityProperties(fish[i].entityId, ["position", "velocity"]);
|
||||
// If Bird has been deleted, bail
|
||||
// If fish has been deleted, bail
|
||||
if (properties.id != fish[i].entityId) {
|
||||
fish[i].entityId = false;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue