summaryrefslogtreecommitdiff
path: root/src/graphyx/tests/Atom.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphyx/tests/Atom.scala')
-rw-r--r--src/graphyx/tests/Atom.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphyx/tests/Atom.scala b/src/graphyx/tests/Atom.scala
index 84fe05c..31d03fc 100644
--- a/src/graphyx/tests/Atom.scala
+++ b/src/graphyx/tests/Atom.scala
@@ -22,6 +22,7 @@ object Atom extends Test{
connections = Nil
}
+ enableEvent = true
override def fireEvent = {
val e = (new Circle(0.1, 10) {pos = Vector2D(0, -1)}).asBody
e.linearVelocity = Vector2D(-50,100)