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; };