mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
internal/ui: refactoring: indentation
This commit is contained in:
parent
2ab255dd1c
commit
085b64006d
@ -1325,7 +1325,9 @@ func (u *userInterfaceImpl) setWindowSizeInDIPImpl(width, height int, fullscreen
|
||||
u.swapBuffers()
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return
|
||||
}
|
||||
|
||||
if mw := u.minimumWindowWidth(); width < mw {
|
||||
width = mw
|
||||
}
|
||||
@ -1363,7 +1365,6 @@ func (u *userInterfaceImpl) setWindowSizeInDIPImpl(width, height int, fullscreen
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// updateVsync must be called on the main thread.
|
||||
func (u *userInterfaceImpl) updateVsync() {
|
||||
|
Loading…
Reference in New Issue
Block a user