Skip to content

Commit

Permalink
Prevent false positive Exit event for language neutral template
Browse files Browse the repository at this point in the history
  • Loading branch information
dram55 committed Aug 6, 2019
1 parent ef3619c commit 0eed8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MarioMaker2OCR/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public string CurrentVersion
//new Rectangle(new Point(195,325), new Size(230, 60)), // This is ROI is "Start Over" or "Quit" depending on gamemode, leave out for now
}),
// This works for Quit (endless) and Exit (other modes)
new EventTemplate("./templates/480/lang_neutral/quit.png", "exit", 0.9, new Rectangle[] {
new EventTemplate("./templates/480/lang_neutral/quit.png", "exit", 0.96, new Rectangle[] {
new Rectangle(new Point(537,331), new Size(103, 71)) //Pause Menu
}),
// This is Next (endless) or Exit (other modes)
Expand Down

0 comments on commit 0eed8c2

Please sign in to comment.