mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-07-12 21:10:32 +02:00
Collect more statistics about number of solid and transparent blocks and print them in mttilemapper.
This commit is contained in:
@ -117,5 +117,7 @@ func main() {
|
||||
}
|
||||
|
||||
log.Printf("num blocks: %d\n", numBlocks)
|
||||
log.Printf("rejected blocks: %d\n", renderer.Rejected)
|
||||
log.Printf("rejected blocks: %d\n", renderer.RejectedBlocks)
|
||||
log.Printf("transparent blocks: %d\n", renderer.TransparentBlocks)
|
||||
log.Printf("solid blocks: %d\n", renderer.SolidBlocks)
|
||||
}
|
||||
|
Reference in New Issue
Block a user