Fix misspelling (again)

This commit is contained in:
Hajime Hoshi 2018-12-03 18:25:40 +01:00
parent 155ee828b8
commit a88deb03b5

View File

@ -53,7 +53,7 @@ func init() {
func update(screen *ebiten.Image) error {
// TODO: DeviceScaleFactor() might return different values for different monitors.
// Add a mode to adjust the screen size along with the current device scale (#705).
// Now this example uses the device scale initialized at the begining of this application.
// Now this example uses the device scale initialized at the beginning of this application.
if highDPIImage == nil {
// Use select and 'default' clause for non-blocking receiving.