rename a few configs Ultra -> Extreme

This commit is contained in:
James Seibel
2023-06-11 15:46:06 -05:00
parent 72b89814b6
commit cd53cd8ffa
4 changed files with 10 additions and 6 deletions
@@ -37,7 +37,7 @@ public enum EVerticalQuality
LOW(new int[] { 4, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1 }),
MEDIUM(new int[] { 6, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1 }),
HIGH(new int[] { 8, 6, 4, 2, 2, 2, 2, 1, 1, 1, 1 }),
ULTRA(new int[] { 16, 8, 4, 2, 2, 2, 2, 1, 1, 1, 1 });
EXTREME(new int[] { 16, 8, 4, 2, 2, 2, 2, 1, 1, 1, 1 });
/** represents how many LODs can be rendered in a single vertical slice */
public final int[] maxVerticalData;