summaryrefslogtreecommitdiff
path: root/src/components.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components.hpp')
-rw-r--r--src/components.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components.hpp b/src/components.hpp
index 50d1487..6b99a8b 100644
--- a/src/components.hpp
+++ b/src/components.hpp
@@ -84,7 +84,7 @@ struct CompInstance {
uint32_t index = ECS_UNSET_VAL_32;
PhysicsCollision physicsLayer = PhysicsCollision{1};
PhysicsCollision physicsMask = PhysicsCollision{1};
- InstBt bt;
+ InstBt bt{};
PkeCallback collisionCallback{};
bool isNeedingUpdated = false;
};