diff options
Diffstat (limited to 'src/object_properties.h')
| -rw-r--r-- | src/object_properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object_properties.h b/src/object_properties.h index 79866a22c..f4c425d7b 100644 --- a/src/object_properties.h +++ b/src/object_properties.h @@ -35,6 +35,7 @@ struct ObjectProperties // Values are BS=1 aabb3f collisionbox = aabb3f(-0.5f, -0.5f, -0.5f, 0.5f, 0.5f, 0.5f); aabb3f selectionbox = aabb3f(-0.5f, -0.5f, -0.5f, 0.5f, 0.5f, 0.5f); + bool rotate_selectionbox = false; bool pointable = true; std::string visual = "sprite"; std::string mesh = ""; |
