Skip to content

Commit

Permalink
Remove duplicate type comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fenomas committed Apr 28, 2023
1 parent 08f76a7 commit 80bcec9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@ export class World extends EventEmitter {
this._coordShiftBits = Math.log2(cs) | 0
/** @internal */
this._coordMask = (cs - 1) | 0
/** @internal */
this._coordsToChunkIndexes = chunkCoordsToIndexesPowerOfTwo
/** @internal */
this._coordsToChunkLocals = chunkCoordsToLocalsPowerOfTwo
}
}
Expand Down

0 comments on commit 80bcec9

Please sign in to comment.