Skip to content

Commit c5c9666

Browse files
author
Gin
committed
fix map detection failure on button B
1 parent 21511a4 commit c5c9666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/Inference/PokemonLZA_ButtonDetector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ButtonMatcher : public ImageMatch::WaterfillTemplateMatcher{
3131
return matcher;
3232
}
3333
static const ButtonMatcher& B(){
34-
static ButtonMatcher matcher(ButtonType::ButtonB, 50, 50, 70);
34+
static ButtonMatcher matcher(ButtonType::ButtonB, 50, 50, 80);
3535
return matcher;
3636
}
3737
static const ButtonMatcher& X(){

0 commit comments

Comments
 (0)