mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/ui: remove unnecessary code
This was an old code when Ebitengine created a dummy invisible window before creating the main window.
This commit is contained in:
parent
69e3a2b974
commit
01e2c92e56
@ -171,9 +171,6 @@ func initialize() error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
glfw.WindowHint(glfw.Visible, glfw.False)
|
|
||||||
glfw.WindowHint(glfw.ClientAPI, glfw.NoAPI)
|
|
||||||
|
|
||||||
// Update the monitor first. The monitor state is depended on various functions like initialMonitorByOS.
|
// Update the monitor first. The monitor state is depended on various functions like initialMonitorByOS.
|
||||||
theMonitors.update()
|
theMonitors.update()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user