1
0
Fork 0

p: only set /sim/freeze/replay-state to 0 if it wasn't already (more useful

for listeners)
This commit is contained in:
mfranz 2007-05-05 11:09:48 +00:00
parent c13914937e
commit 1a48bfb840

View file

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