mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
internal/ui: remove a redundant call of SetTitle
This commit is contained in:
parent
2fc09c7fcb
commit
d2d3673bd2
@ -913,7 +913,6 @@ func (u *UserInterface) init() error {
|
||||
u.window.Maximize()
|
||||
}
|
||||
|
||||
u.window.SetTitle(u.title)
|
||||
u.window.Show()
|
||||
|
||||
if g, ok := Graphics().(interface{ SetWindow(uintptr) }); ok {
|
||||
|
Loading…
Reference in New Issue
Block a user