diff --git a/community/parallax-scrolling-background/main.go b/community/parallax-scrolling-background/main.go index 8d7ac27..9add2b9 100644 --- a/community/parallax-scrolling-background/main.go +++ b/community/parallax-scrolling-background/main.go @@ -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)