mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
internal/ui: call hideConsole at init
This commit is contained in:
parent
cf393fc56e
commit
373e61d054
@ -67,3 +67,7 @@ func hideConsoleWindow() {
|
||||
_ = freeConsole()
|
||||
}
|
||||
}
|
||||
|
||||
func init() {
|
||||
hideConsoleWindow()
|
||||
}
|
||||
|
@ -31,7 +31,6 @@ import (
|
||||
)
|
||||
|
||||
func (u *UserInterface) initializePlatform() error {
|
||||
hideConsoleWindow()
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user