Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Also use const more often.
This commit is contained in:
parent
382ddd497a
commit
2508fd0533
39 changed files with 126 additions and 126 deletions
|
|
@ -248,7 +248,7 @@ struct _VCSort {
|
|||
String name;
|
||||
Variant::Type type;
|
||||
int order;
|
||||
int flags;
|
||||
uint32_t flags;
|
||||
|
||||
bool operator<(const _VCSort &p_vcs) const { return order == p_vcs.order ? name < p_vcs.name : order < p_vcs.order; }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue