Updated comment

This commit is contained in:
Sergio Vera Castellano 2018-01-12 12:31:00 +01:00
parent 0f4afdc244
commit 2f957ede44
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func run() {
panic(err)
}
// Pic must have double the width of the window, as it will scroll to the left
// Pic must have double the width of the window, as it will scroll to the left or right
picBackground, err := loadPicture("background.png")
if err != nil {
panic(err)