Updated comment

This commit is contained in:
Sergio Vera Castellano 2018-01-12 12:31:00 +01:00
parent c21a688a6c
commit 9ea1048758
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func run() {
panic(err) 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") picBackground, err := loadPicture("background.png")
if err != nil { if err != nil {
panic(err) panic(err)