summaryrefslogtreecommitdiff
path: root/src/graphyx/tests/Cannon.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphyx/tests/Cannon.scala')
-rw-r--r--src/graphyx/tests/Cannon.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphyx/tests/Cannon.scala b/src/graphyx/tests/Cannon.scala
index 7738103..01ce4e5 100644
--- a/src/graphyx/tests/Cannon.scala
+++ b/src/graphyx/tests/Cannon.scala
@@ -35,7 +35,7 @@ object Cannon extends Test{
) {fixed = (i == 0)}
}
world += cannon
- world ++= List.flatten(stack)
+ world ++= stack.flatten
}