gui: removed println

This commit is contained in:
esimov
2022-01-08 07:25:48 +02:00
parent 295b2db09d
commit 22d5bea527
-2
View File
@@ -1,7 +1,6 @@
package caire
import (
"fmt"
"image"
"image/color"
"math"
@@ -188,7 +187,6 @@ func (g *Gui) draw(win *app.Window, e system.FrameEvent) {
tr = tr.Rotate(f32.Pt(sw/2, sh/2), -angle)
if screen.X > screen.Y {
fmt.Println(ratio)
tr = tr.Offset(f32.Pt(float32(ox), float32(oy)))
} else {
tr = tr.Offset(f32.Pt(float32(-ox), float32(-oy)))