Commit 02d23e0a authored by Viktor Lidholt's avatar Viktor Lidholt

Merge pull request #1660 from vlidholt/spriteboxfix

Fixes issue with replacing the root node
parents 1f0d2920 b727f34f
......@@ -42,6 +42,7 @@ class SpriteBox extends RenderBox {
// Update the value
_rootNode = value;
_actionControllers = null;
// Add new references
_addSpriteBoxReference(_rootNode);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment