diff options
| author | aura <nw@moneybot.cc> | 2026-03-20 20:21:24 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-03-20 20:21:24 +0100 |
| commit | 8099c2a11fb4010542973bf85359935da19e2192 (patch) | |
| tree | 13f05312aa19e87c9357faeec7f84f864166ab57 /src/editor/properties.h | |
| parent | a156bc15880e9e250c9c40f0dde431e077109dc1 (diff) | |
move multiple objects
Diffstat (limited to 'src/editor/properties.h')
| -rw-r--r-- | src/editor/properties.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editor/properties.h b/src/editor/properties.h index ef59b0d..810c075 100644 --- a/src/editor/properties.h +++ b/src/editor/properties.h @@ -77,7 +77,8 @@ enum EditorPropType_t { EPROP_TEXTURE, EPROP_TEXTURE_LIST, EPROP_VERTEX, - EPROP_VERTEX_LIST + EPROP_VERTEX_LIST, + EPROP_LAST }; struct EPROP_ENTRY { |
