Commit 5da9a4aa authored by Akikonata's avatar Akikonata

fixed bug

parent 7ee1cf20
......@@ -361,6 +361,7 @@ KityMinder.registerModule( "LayoutDefault", function () {
var parent = _buffer[ 0 ].getParent();
_buffer = _buffer.concat( _buffer[ 0 ].getChildren() );
if ( !parent ) {
effectSet.push( _buffer[ 0 ] );
_buffer.shift();
continue;
}
......
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