From a7debf8bcdccdd432163aa404f19a44c7c25d66a Mon Sep 17 00:00:00 2001 From: badlogic Date: Mon, 13 Aug 2018 14:08:46 +0200 Subject: [PATCH] [ue4] Partial fix for #1150. --- .../SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-ue4/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp b/spine-ue4/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp index 48e89141f..ffd48fa34 100644 --- a/spine-ue4/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp +++ b/spine-ue4/Plugins/SpinePlugin/Source/SpinePlugin/Private/SpineSkeletonAnimationComponent.cpp @@ -39,7 +39,7 @@ void UTrackEntry::SetTrackEntry(TrackEntry* entry) { if (entry) entry->setRendererObject((void*)this); } -void callback(AnimationState* state, EventType type, TrackEntry* entry, Event* event) { +void callback(AnimationState* state, spine::EventType type, TrackEntry* entry, Event* event) { USpineSkeletonAnimationComponent* component = (USpineSkeletonAnimationComponent*)state->getRendererObject(); if (entry->getRendererObject()) {