revert changes
This commit is contained in:
parent
6222667f58
commit
7eea017b7d
|
@ -26,8 +26,9 @@ namespace QskSGNode
|
||||||
|
|
||||||
if constexpr ( mode == Recursive )
|
if constexpr ( mode == Recursive )
|
||||||
{
|
{
|
||||||
|
QSGNode* current = root;
|
||||||
(
|
(
|
||||||
[ current = root ]( QSGNode* const child ) mutable {
|
[ ¤t ]( QSGNode* const child ) mutable {
|
||||||
current->appendChildNode( child );
|
current->appendChildNode( child );
|
||||||
current = child;
|
current = child;
|
||||||
}( new Children ),
|
}( new Children ),
|
||||||
|
|
Loading…
Reference in New Issue