mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Remove unused weight property from objects (#9320)
This commit is contained in:
parent
3dfb6ecbb2
commit
e05b7dbb3c
5 changed files with 2 additions and 12 deletions
|
@ -31,7 +31,6 @@ struct ObjectProperties
|
|||
u16 breath_max = 0;
|
||||
bool physical = false;
|
||||
bool collideWithObjects = true;
|
||||
float weight = 5.0f;
|
||||
// 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue