summaryrefslogtreecommitdiff
path: root/src/graphyx/tests/General1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphyx/tests/General1.scala')
-rw-r--r--src/graphyx/tests/General1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphyx/tests/General1.scala b/src/graphyx/tests/General1.scala
index 1a71c24..7d8703b 100644
--- a/src/graphyx/tests/General1.scala
+++ b/src/graphyx/tests/General1.scala
@@ -103,7 +103,7 @@ object General1 extends Test{
ground.fixed = true
world += ground
- world += (new Circle(0.1,1) {pos = Vector2D(2,2)}) ^ (new Circle(0.1,1) {pos = Vector2D(2,2.2)})
+ world += (new Circle(0.1,1) {pos = Vector2D(2,2)}) ~ (new Circle(0.1,1) {pos = Vector2D(2,2.2)})
}
override def fireEvent() = blastBomb