Skip to content

Commit 19a2b54

Browse files
committed
Fix both ingo grinder
1 parent 30d8dad commit 19a2b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLA/Inference/Battles/PokemonLA_BattlePokemonSwitchDetector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bool BattlePokemonSwitchDetector::process_frame(const ImageViewRGB32& frame, Wal
5757
}
5858

5959
const ImageStats white_3 = image_stats(extract_box_reference(frame, m_white_bg_3));
60-
if(is_white(white_3, 500, 10) == false){
60+
if(is_white(white_3, 500, 15) == false){
6161
// std::cout << "no white_3" << std::endl;
6262
m_detected.store(false, std::memory_order_release);
6363
return false;

0 commit comments

Comments
 (0)