Skip to content

Commit

Permalink
High priority for node initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
borodust committed Nov 19, 2016
1 parent 07253b3 commit 04d004a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scene/scene.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
(let* ((scene-root (root-of scene))
(gx-sys (graphics-system-of scene-root))
(phx-sys (physics-system-of scene-root)))
(when-all ((-> (gx-sys)
(when-all ((-> (gx-sys :high)
(dotree (node root)
(initialize-node node gx-sys)))
(-> (phx-sys)
(-> (phx-sys :high)
(dotree (node root)
(initialize-node node phx-sys)))))))

Expand Down

0 comments on commit 04d004a

Please sign in to comment.