doc: Bug fix: SetScreenSize -> SetScreenScale

This commit is contained in:
Hajime Hoshi 2016-05-06 22:42:07 +09:00
parent 209b4e6864
commit a9249d6c65

2
run.go
View File

@ -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.
func SetScreenScale(scale int) {