zrcadlo
https://bitbucket.org/s_l_teichmann/mtsatellite
synchronizováno 2026-01-08 18:15:26 +01:00
Write tile coord if it is unchanged not the file path to the base tile.
Tento commit je obsažen v:
@@ -169,7 +169,7 @@ func (btc *BaseTileCreator) CreateTile(x, z int16, i, j int) (bool, error) {
|
||||
return true, SaveAsPNGAtomic(path, image)
|
||||
}
|
||||
|
||||
log.Printf("File %s does not change.\n", path)
|
||||
log.Printf("(%d, %d) is unchanged.\n", x, z)
|
||||
|
||||
return false, nil
|
||||
}
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele