mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
doc: Bug fix: SetScreenSize -> SetScreenScale
This commit is contained in:
parent
209b4e6864
commit
a9249d6c65
2
run.go
2
run.go
@ -254,7 +254,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