From 4fee6d1bbaa80bb74c166972f673e473d531cfd9 Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Sat, 24 Dec 2022 09:40:16 -0600 Subject: [PATCH] 0 --- dGame/dComponents/BuffComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dComponents/BuffComponent.h b/dGame/dComponents/BuffComponent.h index a2426890..f3ef57d4 100644 --- a/dGame/dComponents/BuffComponent.h +++ b/dGame/dComponents/BuffComponent.h @@ -45,7 +45,7 @@ struct Buff bool cancelOnZone = false; bool useRefCount = false; - uint32_t refcount = 1; + uint32_t refcount = 0; };