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