aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/FireflyDemo.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/FireflyDemo.xml b/config/FireflyDemo.xml
index 856569e..de639d9 100644
--- a/config/FireflyDemo.xml
+++ b/config/FireflyDemo.xml
@@ -81,7 +81,7 @@
<Class>behaviors.RestrictLocation</Class>
<Args>
<Id>xbounce</Id>
- <Action>{val}*-1</Action>
+ <Action>'{val}*-1'</Action>
<ParamName>XStep</ParamName>
<LocationRestriction>{x}&lt;0 or {x}&gt;800</LocationRestriction>
</Args>
@@ -90,7 +90,7 @@
<Class>behaviors.RestrictLocation</Class>
<Args>
<Id>ybounce</Id>
- <Action>{val}*-1</Action>
+ <Action>'{val}*-1'</Action>
<ParamName>YStep</ParamName>
<LocationRestriction>{y}&lt;0 or {y}&gt;200</LocationRestriction>
</Args>