diff options
| author | aura <nw@moneybot.cc> | 2026-03-20 20:21:24 +0100 |
|---|---|---|
| committer | day <day@national.shitposting.agency> | 2026-03-20 22:52:49 +0100 |
| commit | 63472b948968916d0fd06d91b9ea0fd057e39d0f (patch) | |
| tree | 9d654f5c4ba258a3ea370d59506df11cae1f0c06 /src/editor/properties.h | |
| parent | 34d410da50e76f12c3d011293f4b544330e8ba3e (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 { |
