[unity] Minor fix of last commit.

This commit is contained in:
Harald Csaszar 2022-08-02 16:24:24 +02:00
parent 005e714534
commit 10d71afe57

View File

@ -27,14 +27,14 @@
* THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/ *****************************************************************************/
using System;
using UnityEngine;
using UnityEngine.Rendering;
#if UNITY_2017_2_OR_NEWER #if UNITY_2017_2_OR_NEWER
#define HAS_VECTOR2INT #define HAS_VECTOR2INT
#endif #endif
using System;
using UnityEngine;
using UnityEngine.Rendering;
namespace Spine.Unity.Examples { namespace Spine.Unity.Examples {
public abstract class SkeletonRenderTextureBase : MonoBehaviour { public abstract class SkeletonRenderTextureBase : MonoBehaviour {