Add a lower cap to launcher viewing distance spinbox (#8208)

pull/3236/head
Alexei Kotov 2 months ago
parent 891bb67ac5
commit e78d3e8ac6

@ -199,6 +199,7 @@
Bug #8187: Intervention effects should use Chebyshev distance to determine the closest marker
Bug #8191: NiRollController does not work for sheath meshes
Bug #8207: Using hand-to-hand while sneaking plays the critical hit sound when the target is not getting hurt
Bug #8208: The launcher's view distance option's minimum value isn't capped to Vanilla's minimum
Feature #1415: Infinite fall failsafe
Feature #2566: Handle NAM9 records for manual cell references
Feature #3501: OpenMW-CS: Instance Editing - Shortcuts for axial locking

@ -706,7 +706,7 @@
<number>3</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
<double>0.250000000000000</double>
</property>
<property name="singleStep">
<double>0.125000000000000</double>

Loading…
Cancel
Save