Skip to content

Commit 075e12b

Browse files
committed
fix: Increase max histogram delta to support AMD graphics cards
1 parent 1de3ebe commit 075e12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BF2AutoSpectator/common/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
TESSERACT_EXE = 'tesseract.exe'
66
WINDOW_TITLE_BAR_HEIGHT = 31
77
WINDOW_SHADOW_SIZE = 8
8-
HISTCMP_MAX_DELTA = 0.2
8+
HISTCMP_MAX_DELTA = 0.25
99
DEFAULT_CAMERA_VIEW_HISTCMP_MAX_DELTA = 0.175
1010
PLAYER_ROTATION_PAUSE_DURATION = 5
1111
TEAMS_SPAWN_MENU_LEFT = ['usmc', 'eu', 'navy-seal', 'sas', 'rebels-left', 'spetsnaz-left', 'peglegs', 'canada-left',

0 commit comments

Comments
 (0)