1
0
Fork 0

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:
curt 2001-10-27 16:27:56 +00:00
parent 782188884d
commit c14bfda33c

View file

@ -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>