mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
[ue4] Removed ProceduralMeshComponent reference from example project. Breaks HTML5 build. Thanks @NuLL3rr0r
This commit is contained in:
parent
55fb613b48
commit
37f555a5c7
@ -6,7 +6,7 @@ public class SpineUE4 : ModuleRules
|
||||
{
|
||||
public SpineUE4(ReadOnlyTargetRules Target) : base(Target)
|
||||
{
|
||||
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "ProceduralMeshComponent" });
|
||||
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
|
||||
|
||||
PrivateDependencyModuleNames.AddRange(new string[] { });
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user