summaryrefslogtreecommitdiff
path: root/src/components.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-14 18:17:54 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-14 18:17:54 -0500
commit5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 (patch)
tree4b59cb1d6e513c1caefdc7e4c35955741bcfe206 /src/components.hpp
parent80a67230fe192287503092a3d256aea3a494409c (diff)
chore: fix compiler warnings + extra includes
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;
};