Editor: add character support

This commit is contained in:
2021-08-08 21:22:00 +02:00
parent f3c4380bfb
commit c7309d56a3
3 changed files with 46 additions and 19 deletions
+1 -1
View File
@@ -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;
}
}