Mod: remove some unnecessary nullptr checks
This commit is contained in:
@@ -231,7 +231,7 @@ struct ShapeCache {
|
||||
return;
|
||||
if(strcmp(propName,"Shape")==0
|
||||
|| strcmp(propName,"Group")==0
|
||||
|| strstr(propName,"Touched")!=nullptr)
|
||||
|| strstr(propName,"Touched"))
|
||||
slotClear(obj);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user