p: only set /sim/freeze/replay-state to 0 if it wasn't already (more useful
for listeners)
This commit is contained in:
parent
c13914937e
commit
1a48bfb840
1 changed files with 3 additions and 0 deletions
|
@ -837,6 +837,9 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<property>/sim/freeze/clock</property>
|
||||
</binding>
|
||||
<binding>
|
||||
<condition>
|
||||
<property>/sim/freeze/replay-state</property>
|
||||
</condition>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/freeze/replay-state</property>
|
||||
<value type="int">0</value>
|
||||
|
|
Loading…
Reference in a new issue