|
@@ -79,6 +79,8 @@ void USpineSkeletonDataAsset::Serialize (FArchive& Ar) {
|
|
|
importData = NewObject<UAssetImportData>(this, TEXT("AssetImportData"));
|
|
|
}
|
|
|
|
|
|
+#endif
|
|
|
+
|
|
|
void USpineSkeletonDataAsset::BeginDestroy () {
|
|
|
if (this->skeletonData) {
|
|
|
spSkeletonData_dispose(this->skeletonData);
|
|
@@ -150,6 +152,4 @@ float USpineSkeletonDataAsset::GetMix(const FString& from, const FString& to) {
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-#endif
|
|
|
-
|
|
|
#undef LOCTEXT_NAMESPACE
|