Skip to content
Snippets Groups Projects
Commit 2f957ede authored by Sergio Vera Castellano's avatar Sergio Vera Castellano
Browse files

Updated comment

parent 0f4afdc2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment