aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-02-16 15:27:02 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-02-16 15:27:02 -0500
commit24aa31808de6a4dc06a651076e5b292aebd9240d (patch)
tree5bc7077c46c7469a93f23bde62371cdaafdeb359
parent3c405fa182b1e524f5724e65266667d8f65dc179 (diff)
parentbb5a90235f2cf2efb28fa85a237774acd33f09c0 (diff)
Merge branch 'master' of github.com:rcoh/SmootLight
-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>