Skip to content

Commit

Permalink
feat: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rei1024 committed Oct 4, 2024
1 parent 6d4d23e commit b952972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class App {
);
old.forEach((a) => {
a.forEach((c) => {
// プールに空きがあれば追加
if (this.meshPool.length < this.worldSize * this.worldSize) {
c.isVisible = false;
this.meshPool.push(c);
Expand Down

0 comments on commit b952972

Please sign in to comment.