mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
[ue] Closes #2480, renderer component always updates after skeleton component
This commit is contained in:
parent
72abb4ead0
commit
6c89b10972
@ -62,6 +62,8 @@ USpineSkeletonRendererComponent::USpineSkeletonRendererComponent(const FObjectIn
|
|||||||
TextureParameterName = FName(TEXT("SpriteTexture"));
|
TextureParameterName = FName(TEXT("SpriteTexture"));
|
||||||
|
|
||||||
worldVertices.ensureCapacity(1024 * 2);
|
worldVertices.ensureCapacity(1024 * 2);
|
||||||
|
|
||||||
|
SetTickGroup(TG_EndPhysics);
|
||||||
}
|
}
|
||||||
|
|
||||||
void USpineSkeletonRendererComponent::FinishDestroy() {
|
void USpineSkeletonRendererComponent::FinishDestroy() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user