mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Increase default CacheRowHeight
This commit is contained in:
parent
7a6915480b
commit
88507af167
@ -239,7 +239,7 @@ func main() {
|
|||||||
BlendTileLimit: *flagBlendTileLimit, // Limit median blending to the n newest tiles by file modification time.
|
BlendTileLimit: *flagBlendTileLimit, // Limit median blending to the n newest tiles by file modification time.
|
||||||
}
|
}
|
||||||
|
|
||||||
stitchedImage, err := NewStitchedImage(tiles, outputRect, blendMethod, 64, overlays)
|
stitchedImage, err := NewStitchedImage(tiles, outputRect, blendMethod, 128, overlays)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Panicf("NewStitchedImage() failed: %v.", err)
|
log.Panicf("NewStitchedImage() failed: %v.", err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user