Editor: add character support
This commit is contained in:
@@ -107,7 +107,7 @@ void ToolVisitor::visit( const SDLPP::RenderObject &obj ) {
|
||||
remove_block = true;
|
||||
if ( obj.getId() == source_id &&
|
||||
m_obj.getType() == source_type &&
|
||||
getVisitorType() == VisitorType::Modifier ) {
|
||||
getVisitorType() == VisitorType::Character ) {
|
||||
add_block = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user