Set minimum speed up to a value of 1 so we can't have 0 or <0 speed up (which
doesn't make sense.)
This commit is contained in:
parent
782188884d
commit
c14bfda33c
1 changed files with 2 additions and 0 deletions
|
@ -320,6 +320,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/sim/speed-up</property>
|
||||
<min>1</min>
|
||||
<step type="double">-1</step>
|
||||
</binding>
|
||||
</key>
|
||||
|
@ -425,6 +426,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/sim/speed-up</property>
|
||||
<min>1</min>
|
||||
<step type="double">1</step>
|
||||
</binding>
|
||||
</key>
|
||||
|
|
Loading…
Reference in a new issue