From 5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 14 Jan 2025 18:17:54 -0500 Subject: chore: fix compiler warnings + extra includes --- src/components.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components.hpp') 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; }; -- cgit v1.2.3