Skip to content

Commit a646b18

Browse files
committed
Fix boxes.
1 parent 9b29e5f commit a646b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/NintendoSwitch/Inference/NintendoSwitch_UpdateMenuDetector.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ UpdateMenuDetector::UpdateMenuDetector(Color color)
2525
, m_switch2(color)
2626
{}
2727
void UpdateMenuDetector::make_overlays(VideoOverlaySet& items) const{
28-
// m_type_detector.make_overlays(items);
29-
// m_switch1.make_overlays(items);
28+
m_type_detector.make_overlays(items);
29+
m_switch1.make_overlays(items);
3030
m_switch2.make_overlays(items);
3131
}
3232
bool UpdateMenuDetector::detect(const ImageViewRGB32& screen) const{

0 commit comments

Comments
 (0)