[ue4] Fix version check, update assets.

This commit is contained in:
badlogic 2021-12-23 15:48:03 +01:00
parent ccc450f624
commit 85514b729d
5 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
using namespace spine;
#define SPINE_MAJOR_VERSION 4
#define SPINE_MINOR_VERSION 0
#define SPINE_MINOR_VERSION 1
FName USpineSkeletonDataAsset::GetSkeletonDataFileName() const {
#if WITH_EDITORONLY_DATA