Skip to content

Commit

Permalink
[ue4] Cleaned up MySceneComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Sep 5, 2017
1 parent 92c557e commit 61b9e76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spine-ue4/Source/SpineUE4/MySceneComponent.cpp
Expand Up @@ -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();
}


Expand Down

0 comments on commit 61b9e76

Please sign in to comment.