Support macros and console logs in Assembly

This commit is contained in:
bgbsww
2024-09-19 20:35:46 -04:00
committed by Chris Hennes
parent abd5c3ca31
commit a715a4d161
14 changed files with 212 additions and 37 deletions

View File

@@ -159,7 +159,7 @@ DocumentObject *GeoFeature::resolveElement(DocumentObject *obj, const char *subn
}
if(geoFeature)
*geoFeature = geo;
if(!obj || (filter && geo!=filter))
if(filter && geo!=filter)
return nullptr;
if(!element || !element[0]) {
if(append)