From 315337aa871e1586d3a2ee534090cd648ae30b84 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 1 Feb 2017 14:11:33 +0100 Subject: [PATCH] Update README.md --- spine-ue4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-ue4/README.md b/spine-ue4/README.md index 2bf134974..15f78d977 100644 --- a/spine-ue4/README.md +++ b/spine-ue4/README.md @@ -1,7 +1,7 @@ # spine-ue4 The spine-ue4 runtime provides functionality to load, manipulate and render [Spine](http://esotericsoftware.com) skeletal animation data using [Unreal Engine 4.15+](https://www.unrealengine.com/). spine-ue4 is based on [spine-c](https://github.com/EsotericSoftware/spine-runtimes/tree/master/spine-c). -# WARNING This plugin will only work with Unreal Engine 4.15 and later versions as these include a [fix](https://github.com/EpicGames/UnrealEngine/pull/3015) for compiling plain `.c` files in Visual Studio. +### WARNING This plugin will only work with Unreal Engine 4.15 and later when this [fix](https://github.com/EpicGames/UnrealEngine/pull/3185) for compiling plain `.c` files is applied. ## Licensing