Mirror von
https://bitbucket.org/s_l_teichmann/mtsatellite
synchronisiert 2025-11-09 04:06:06 +01:00
Go fmt'ed.
Dieser Commit ist enthalten in:
@@ -28,7 +28,7 @@ func blowUp(src image.Image) *image.RGBA {
|
||||
|
||||
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()
|
||||
|
||||
bx, by := src.Bounds().Min.X<<8, src.Bounds().Min.Y<<8
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren