Skip to content

Commit

Permalink
remove redundant call
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Jan 13, 2025
1 parent c4f593c commit 5161bc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commonMain/kotlin/com/jillesvangurp/geo/tiles/Tile.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ val Tile.west: Tile

val Tile.north: Tile
get() {
val maxTiles = 1 shl zoom
return if (y > 0) Tile(x, y - 1, zoom) else Tile(x, 0, zoom)
}

Expand Down

0 comments on commit 5161bc1

Please sign in to comment.