ui: Remove println :-(

This commit is contained in:
Hajime Hoshi 2016-02-26 03:45:52 +09:00
parent 868eef0c2f
commit c97cae9598

View File

@ -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)