mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
fix PolyLineEntityItem::getEntityProperties
This commit is contained in:
parent
b88b187c07
commit
474026b9e1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ bool PolyLineEntityItem::setSubClassProperties(const EntityItemProperties& prope
|
|||
EntityPropertyFlags PolyLineEntityItem::getEntityProperties(EncodeBitstreamParams& params) const {
|
||||
EntityPropertyFlags requestedProperties = EntityItem::getEntityProperties(params);
|
||||
|
||||
@PolyLine_REQUESTED_PROP@
|
||||
@PolyLine_REQUESTED_PROPS@
|
||||
|
||||
return requestedProperties;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue