Skip to content

Commit 6cd0937

Browse files
committed
Lower dialog box a bit to give more headroom against low hanging characters.
1 parent 7ebdeaa commit 6cd0937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/Inference/PokemonLZA_DialogDetector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ bool NormalDialogDetector::process_frame(const ImageViewRGB32& frame, WallClock
211211
FlatWhiteDialogDetector::FlatWhiteDialogDetector(Color color, VideoOverlay* overlay)
212212
: m_color(color)
213213
, m_overlay(overlay)
214-
, m_bottom(0.265, 0.930, 0.465, 0.020)
214+
, m_bottom(0.265, 0.931, 0.465, 0.020)
215215
, m_arrow_box(0.727, 0.868, 0.037, 0.086)
216216
{}
217217
void FlatWhiteDialogDetector::make_overlays(VideoOverlaySet& items) const{

0 commit comments

Comments
 (0)