summaryrefslogtreecommitdiff
path: root/src/graphyx/graphics/GraphicalShape.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphyx/graphics/GraphicalShape.scala')
-rw-r--r--src/graphyx/graphics/GraphicalShape.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphyx/graphics/GraphicalShape.scala b/src/graphyx/graphics/GraphicalShape.scala
index e6f61a7..256c041 100644
--- a/src/graphyx/graphics/GraphicalShape.scala
+++ b/src/graphyx/graphics/GraphicalShape.scala
@@ -7,8 +7,8 @@
package graphyx.graphics
import sims.dynamics._
-trait GraphicalShape extends Shape with GraphicalObject{
- val real: Shape
+trait GraphicalShape extends Shape with GraphicalObject{
+ val real: Shape
override val uid: Int = real.uid
pos = real.pos
rotation = real.rotation