mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-28 12:48:54 +01:00
ui: Bug fix: Remove unneeded argument
This commit is contained in:
parent
d658347c9d
commit
32f6e68a48
@ -142,7 +142,7 @@ func ScreenScale() float64 {
|
|||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
func Run(width, height int, scale float64, title string, g GraphicsContext, glContext opengl.Context) error {
|
func Run(width, height int, scale float64, title string, g GraphicsContext) error {
|
||||||
u := currentUI
|
u := currentUI
|
||||||
// GLContext must be created before setting the screen size, which requires
|
// GLContext must be created before setting the screen size, which requires
|
||||||
// swapping buffers.
|
// swapping buffers.
|
||||||
|
Loading…
Reference in New Issue
Block a user