Terrain shape stubs

This commit is contained in:
luboslenco
2024-12-19 21:34:59 +01:00
parent f2357c485b
commit 8811dd3ebc
3 changed files with 15 additions and 3 deletions
+1
View File
@@ -147,6 +147,7 @@ function tab_object_draw(htab: ui_handle_t) {
tr("Box"),
tr("Sphere"),
tr("Convex Hull"),
tr("Terrain"),
tr("Mesh"),
];
hshape.position = pb != null ? pb.shape + 1 : 0;