mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 00:59:56 +02:00
Fixed bug by adding hyperlink props to flags. Safe to merge
This commit is contained in:
parent
cd93128236
commit
63665d720a
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,10 @@ enum EntityPropertyList {
|
|||
//for lines
|
||||
PROP_LINE_WIDTH,
|
||||
PROP_LINE_POINTS,
|
||||
|
||||
// used by hyperlinks
|
||||
PROP_HREF,
|
||||
PROP_DESCRIPTION,
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// ATTENTION: add new properties ABOVE this line
|
||||
|
|
Loading…
Reference in a new issue