mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
The proper id / identity fix for rocksdb
This commit is contained in:
@@ -2957,7 +2957,7 @@ attribute_value instance_data::get_attribute_value(size_t index) const
|
||||
return nullptr;
|
||||
}
|
||||
}, file_->storage_);
|
||||
return attribute_value(storage, declaration_->as_entity() ? id_ : identity_, declaration_, (uint8_t)index);
|
||||
return attribute_value(storage, id_ ? id_ : identity_, declaration_, (uint8_t)index);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user