This commit is contained in:
Madeline Busig 2025-05-06 23:57:06 -07:00
parent 361938f5f1
commit d6c46da48a

View File

@ -57,7 +57,7 @@ struct leaf_t {
};
struct weighted_leaf_t {
weighted_group_id_t m_weighed_group_id;
weighted_group_id_t m_weighted_group_id;
mtl::vec2 m_position;
mtl::mat<2, 2> m_orientation;
};