[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.
*****************************************************************************/
using System;
using UnityEngine;
using UnityEngine.Rendering;
#if UNITY_2017_2_OR_NEWER
#define HAS_VECTOR2INT
#endif
using System;
using UnityEngine;
using UnityEngine.Rendering;
namespace Spine.Unity.Examples {
public abstract class SkeletonRenderTextureBase : MonoBehaviour {