1
0
Fork 0

- fixed bug with ',' and '.' for differential braking (release

binding wasn't encoded properly)
This commit is contained in:
curt 2001-06-04 20:08:43 +00:00
parent fa3e35d824
commit d880b8f90b

View file

@ -80,9 +80,11 @@ calculated by adding 256 to the GLUT key value in glut.h.
<value type="double">1.0</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/controls/brakes[0]</property>
<value type="double">0.0</value>
</binding>
</mod-up>
</key>
@ -95,9 +97,11 @@ calculated by adding 256 to the GLUT key value in glut.h.
<value type="double">1.0</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/controls/brakes[1]</property>
<value type="double">0.0</value>
</binding>
</mod-up>
</key>