Skip to content

Commit

Permalink
thats it
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Robertson committed Jan 18, 2023
1 parent 89afbfa commit 43c3946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,13 @@ func main() {
introFrames = iFrames
screenX = x
screenY = y
if showLevel {
continue
}
prev_coords["x"] = coords["x"]
prev_coords["y"] = coords["y"]
next_coords["x"] = coords["x"]
next_coords["y"] = coords["y"]
if showLevel {
continue
}
dev.Draw(img.Bounds(), img, image.Point{screenX, screenY})
<-c
} else {
Expand Down

0 comments on commit 43c3946

Please sign in to comment.