mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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
|
||||
}
|
||||
|
||||
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
|
||||
// GLContext must be created before setting the screen size, which requires
|
||||
// swapping buffers.
|
||||
|
Loading…
Reference in New Issue
Block a user