Skip to content

Commit

Permalink
Update sphereTriangleTest.js
Browse files Browse the repository at this point in the history
reduced zombie spawn to 10
  • Loading branch information
BunZaga committed Jan 10, 2014
1 parent ef2f00a commit 73d1665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/sphereTriangleTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ require([

createUserEntity();

for(var i = 0, ilen = 20; i < ilen; i++){
for(var i = 0, ilen = 10; i < ilen; i++){
Zombie.spawn();
}

Expand Down Expand Up @@ -285,4 +285,4 @@ require([
}

init();
});
});

0 comments on commit 73d1665

Please sign in to comment.