summaryrefslogtreecommitdiff
path: root/sly/scene.scm
diff options
context:
space:
mode:
Diffstat (limited to 'sly/scene.scm')
-rw-r--r--sly/scene.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/sly/scene.scm b/sly/scene.scm
index e068e60..6cd3a5d 100644
--- a/sly/scene.scm
+++ b/sly/scene.scm
@@ -78,7 +78,8 @@ display the scene."
(scene-node-transform node)))
(object (scene-node-object node)))
(cons (if object
- (draw (scene-node-object node) transform)
+ (transform-render-op (draw (scene-node-object node))
+ transform)
'())
(map (cut iter <> transform)
(scene-node-children node))))