doc: Bug fix: SetScreenSize -> SetScreenScale

This commit is contained in:
Hajime Hoshi 2016-05-06 22:42:07 +09:00
parent 738953450e
commit c21d53a3b7

2
run.go
View File

@ -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) {