diff --git a/pop/POPPropertyAnimationInternal.h b/pop/POPPropertyAnimationInternal.h index 094b20b2..e3fc1046 100644 --- a/pop/POPPropertyAnimationInternal.h +++ b/pop/POPPropertyAnimationInternal.h @@ -50,7 +50,7 @@ struct _POPPropertyAnimationState : _POPAnimationState _POPPropertyAnimationState(id __unsafe_unretained anim) : _POPAnimationState(anim), property(nil), valueType((POPValueType)0), - valueCount(nil), + valueCount(0), fromVec(nullptr), toVec(nullptr), currentVec(nullptr),