mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
849211a5b0
commit
0dcba7844b
@ -49,7 +49,7 @@ func shown() bool {
|
||||
}
|
||||
|
||||
func SetScreenSize(width, height int) bool {
|
||||
return currentUI.setScreenSize(currentUI.width, currentUI.height, currentUI.scale, currentUI.fullscreen)
|
||||
return currentUI.setScreenSize(width, height, currentUI.scale, currentUI.fullscreen)
|
||||
}
|
||||
|
||||
func SetScreenScale(scale float64) bool {
|
||||
|
Loading…
Reference in New Issue
Block a user