Explorar o código

[ue4] Fix include order in sample project header.

badlogic %!s(int64=4) %!d(string=hai) anos
pai
achega
b33193ec21
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      spine-ue4/Source/SpineUE4/MySceneComponent.h

+ 1 - 2
spine-ue4/Source/SpineUE4/MySceneComponent.h

@@ -4,9 +4,8 @@
 
 #include "Components/SceneComponent.h"
 #include "CoreMinimal.h"
-#include "MySceneComponent.generated.h"
 #include "SpineSkeletonRendererComponent.h"
-
+#include "MySceneComponent.generated.h"
 
 UCLASS(ClassGroup = (Custom), meta = (BlueprintSpawnableComponent))
 class SPINEUE4_API UMySceneComponent : public USpineSkeletonRendererComponent {