mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cleanup Scene (in particular group) for simplified use in views
(background and foreground).
This commit is contained in:
@@ -37,5 +37,6 @@ void SearchVisitor::visit(Switch &n)
|
||||
|
||||
void SearchVisitor::visit(Scene &n)
|
||||
{
|
||||
// TODO maybe search only forground?
|
||||
n.root()->accept(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user