From 61b9e76cfe0f5cab5d73723710f9fedfff78ffe4 Mon Sep 17 00:00:00 2001 From: badlogic Date: Tue, 5 Sep 2017 11:56:40 +0200 Subject: [PATCH] [ue4] Cleaned up MySceneComponent --- spine-ue4/Source/SpineUE4/MySceneComponent.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/spine-ue4/Source/SpineUE4/MySceneComponent.cpp b/spine-ue4/Source/SpineUE4/MySceneComponent.cpp index be783eb9e..21cbfceb6 100644 --- a/spine-ue4/Source/SpineUE4/MySceneComponent.cpp +++ b/spine-ue4/Source/SpineUE4/MySceneComponent.cpp @@ -11,9 +11,6 @@ UMySceneComponent::UMySceneComponent(const FObjectInitializer& ObjectInitializer // Set this component to be initialized when the game starts, and to be ticked every frame. You can turn these features // off to improve performance if you don't need them. PrimaryComponentTick.bCanEverTick = true; - - // ... - spColor_create(); }