From 3dd28fe3a6389c4e5899aac90458af6f171f06cf Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Tue, 22 Apr 2025 20:21:41 -0500 Subject: [PATCH] Update AnimationComponent.cpp --- src/src/Components/AnimationComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;