summaryrefslogtreecommitdiff
path: root/src/editor/properties.h
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-03-20 20:21:24 +0100
committerday <day@national.shitposting.agency>2026-03-20 22:52:49 +0100
commit63472b948968916d0fd06d91b9ea0fd057e39d0f (patch)
tree9d654f5c4ba258a3ea370d59506df11cae1f0c06 /src/editor/properties.h
parent34d410da50e76f12c3d011293f4b544330e8ba3e (diff)
move multiple objects
Diffstat (limited to 'src/editor/properties.h')
-rw-r--r--src/editor/properties.h3
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 {