From 9ea1048758cf55f4d33766b78ba0cbf75b500f23 Mon Sep 17 00:00:00 2001 From: Sergio Vera Castellano Date: Fri, 12 Jan 2018 12:31:00 +0100 Subject: [PATCH] Updated comment --- community/parallax-scrolling-background/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)