Updated comment
This commit is contained in:
parent
c21a688a6c
commit
9ea1048758
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue