Drop high and extreme horizontal quality enums

This commit is contained in:
James Seibel
2024-04-20 12:36:19 -05:00
parent 459bc5fc0c
commit 88ff9e7cde
@@ -43,8 +43,8 @@ public enum EDhApiHorizontalQuality
LOWEST(2.0f, 4),
LOW(2.0f, 8),
MEDIUM(2.0f, 12),
HIGH(2.2f, 24),
EXTREME(2.4f, 64),
HIGH(2.2f, 16),
EXTREME(2.4f, 32),
;