mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
doc: Bug fix: SetScreenSize -> SetScreenScale
This commit is contained in:
parent
738953450e
commit
c21d53a3b7
2
run.go
2
run.go
@ -245,7 +245,7 @@ func SetScreenSize(width, height int) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetScreenSize changes the scale of the screen.
|
// SetScreenScale changes the scale of the screen.
|
||||||
//
|
//
|
||||||
// This function is concurrent-safe.
|
// This function is concurrent-safe.
|
||||||
func SetScreenScale(scale int) {
|
func SetScreenScale(scale int) {
|
||||||
|
Loading…
Reference in New Issue
Block a user