mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 07:45:39 +00:00
Add a lower cap to launcher viewing distance spinbox (#8208)
This commit is contained in:
parent
891bb67ac5
commit
e78d3e8ac6
2 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue