[unity] Minor: Fixed another formatting issue, not covered in inactive preprocessor code branch.

This commit is contained in:
Harald Csaszar 2023-09-11 20:43:25 +02:00
parent e49453d774
commit ee3486ce5a

View File

@ -144,7 +144,7 @@ namespace Spine.Unity.Examples {
else
UnityEngine.Object.Destroy(mesh);
#else
UnityEngine.Object.Destroy(mesh);
UnityEngine.Object.Destroy(mesh);
#endif
}
}