mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/ui: remove comments
This commit is contained in:
parent
7045605fdf
commit
0a92204e04
@ -1335,7 +1335,6 @@ func (u *userInterfaceImpl) setWindowSizeInDIPImpl(width, height int, fullscreen
|
||||
}
|
||||
|
||||
// Get the original window position and size before changing the state of fullscreen.
|
||||
// TODO: Rename this to origWindowPosInDIP?
|
||||
origX, origY := u.origWindowPos()
|
||||
|
||||
if mw := u.minimumWindowWidth(); width < mw {
|
||||
|
Loading…
Reference in New Issue
Block a user