aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-02-01 23:05:06 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-02-01 23:05:06 -0500
commit9b134eb47a93c2317519c07dc5a3c3522c9fa2f4 (patch)
tree3293b7b1cb38404c862655cc7b750aefd7115856
parenta5d899c90ae4b15e24656e83adccc98e02b57469 (diff)
Cleanup demo code
-rw-r--r--config/Demo.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Demo.xml b/config/Demo.xml
index 525e468..4e811ba 100644
--- a/config/Demo.xml
+++ b/config/Demo.xml
@@ -68,7 +68,7 @@
<RefreshInterval>10</RefreshInterval>
</Args>
</InputElement>-->
- <InputElement Id="followmouse">
+ <InputElement Id="followmouse" RefreshInterval="1000">
<InheritsFrom>inputs/MouseFollower.xml</InheritsFrom>
</InputElement>
</InputConfiguration>
@@ -152,7 +152,7 @@
</Args>
</Behavior>
<Behavior>
- <Class>behaviors.Square</Class>
+ <Class>behaviors.AllPixels</Class>
<Args>
<Id>square</Id>
<Width>20</Width>