diff --git a/src/src/Components/AnimationComponent.cpp b/src/src/Components/AnimationComponent.cpp index c8e3148..afb9efd 100644 --- a/src/src/Components/AnimationComponent.cpp +++ b/src/src/Components/AnimationComponent.cpp @@ -11,7 +11,7 @@ void AnimationComponent::SetTextureAtlasPath(const std::string &path, int texelW SetTextureAtlas(asset->uaid, texelWidth, texelHeight, duration, start, end); } -void AnimationComponent::SetTextureAtlas(uint64_t uaid, int texelWidth, int texelHeight, float duration, int /*start*/, int /*end*/) +void AnimationComponent::SetTextureAtlas(uint64_t uaid, int texelWidth, int texelHeight, float duration, int start, int end) { textureUAID = uaid;