internal/ui: gofmt

This commit is contained in:
Hajime Hoshi 2022-04-04 01:48:15 +09:00
parent d58ef294b2
commit 4b0967be42

View File

@ -1610,10 +1610,10 @@ func (u *userInterfaceImpl) forceToRefreshIfNeeded() {
}
x, y := u.window.GetPos()
u.window.SetPos(x+1,y+1)
u.window.SetPos(x+1, y+1)
glfw.PollEvents()
time.Sleep(time.Millisecond)
u.window.SetPos(x,y)
u.window.SetPos(x, y)
glfw.PollEvents()
time.Sleep(time.Millisecond)
}