mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-25 15:40:22 +01:00
Go fmt'ed.
This commit is contained in:
parent
48819a42a9
commit
3943c7cc5d
@ -28,7 +28,7 @@ func blowUp(src image.Image) *image.RGBA {
|
|||||||
|
|
||||||
dst := image.NewRGBA(image.Rect(0, 0, 256, 256))
|
dst := image.NewRGBA(image.Rect(0, 0, 256, 256))
|
||||||
|
|
||||||
// fix point numbers x:8
|
// fix point numbers x:8
|
||||||
dx, dy := src.Bounds().Dx(), src.Bounds().Dy()
|
dx, dy := src.Bounds().Dx(), src.Bounds().Dy()
|
||||||
|
|
||||||
bx, by := src.Bounds().Min.X<<8, src.Bounds().Min.Y<<8
|
bx, by := src.Bounds().Min.X<<8, src.Bounds().Min.Y<<8
|
||||||
|
Loading…
Reference in New Issue
Block a user