update RigConfig

This commit is contained in:
MihailRis
2024-07-01 05:30:27 +03:00
parent 1b41a75cf4
commit beac332c96
15 changed files with 230 additions and 62 deletions
+6 -1
View File
@@ -77,7 +77,12 @@ class Entity {
entt::registry& registry;
const entt::entity entity;
public:
Entity(Entities& entities, entityid_t id, entt::registry& registry, const entt::entity entity)
Entity(
Entities& entities,
entityid_t id,
entt::registry& registry,
const entt::entity entity
)
: entities(entities), id(id), registry(registry), entity(entity) {}
EntityId& getID() const {