mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
ui: Remove println :-(
This commit is contained in:
parent
868eef0c2f
commit
c97cae9598
@ -125,7 +125,6 @@ func (u *userInterface) start(width, height, scale int, title string) (actualSca
|
||||
u.window.Show()
|
||||
|
||||
s := int(float64(scale) * u.deviceScaleFactor)
|
||||
println(s)
|
||||
x := (v.Width - width*s) / 2
|
||||
y := (v.Height - height*s) / 3
|
||||
u.window.SetPos(x, y)
|
||||
|
Loading…
Reference in New Issue
Block a user