mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-12 01:58:45 +08:00
[ue] Fix compilation error on UE 5.2+
This commit is contained in:
parent
26c142e862
commit
9471c408ce
@ -33,6 +33,9 @@
|
||||
#include "Materials/MaterialInstanceDynamic.h"
|
||||
#include "spine/spine.h"
|
||||
#include "UObject/ConstructorHelpers.h"
|
||||
#if ENGINE_MAJOR_VERSION >= 5
|
||||
#include "PhysicsEngine/BodySetup.h"
|
||||
#endif
|
||||
|
||||
#define LOCTEXT_NAMESPACE "Spine"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user