Skip to content

Commit

Permalink
don't return so soon
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Robertson committed Jan 18, 2023
1 parent 26c7426 commit bfb908b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func DrawIntro(img *image.Paletted, src image.Image, a_event int, titleShown boo

if a_event == 3 {
DrawLevelText(img, 1, introFrames)
return titleShown, introShown, introFrames
// return titleShown, introShown, introFrames
}
if a_event == 1 {
titleShown = true
Expand Down

0 comments on commit bfb908b

Please sign in to comment.