mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Working on multiple sources selection: created bounding box decoration,
fixed Switch node in Scene, removed Animation node from scene, created display mode for Source.
This commit is contained in:
@@ -26,7 +26,8 @@ void SearchVisitor::visit(Group &n)
|
||||
|
||||
void SearchVisitor::visit(Switch &n)
|
||||
{
|
||||
(*n.activeChild())->accept(*this);
|
||||
if (n.numChildren()>0)
|
||||
n.activeChild()->accept(*this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user