[csharp] Fix formatting.

This commit is contained in:
Mario Zechner 2023-01-16 14:49:12 +01:00
parent 6081af6af0
commit 7f4f32453b
3 changed files with 3 additions and 3 deletions

View File

@ -183,7 +183,7 @@ namespace Spine.Unity {
texture = AccessPackedTextureEditor(spriteAtlas); texture = AccessPackedTextureEditor(spriteAtlas);
else else
#endif #endif
texture = AccessPackedTexture(sprites); texture = AccessPackedTexture(sprites);
Material material = materials[0]; Material material = materials[0];
#if !UNITY_EDITOR #if !UNITY_EDITOR

View File

@ -204,7 +204,7 @@ namespace Spine.Unity {
DestroyImmediate(collider); DestroyImmediate(collider);
else else
#endif #endif
Destroy(collider); Destroy(collider);
} }
} }
} }

View File

@ -208,7 +208,7 @@ namespace Spine.Unity {
DestroyImmediate(collider); DestroyImmediate(collider);
else else
#endif #endif
Destroy(collider); Destroy(collider);
} }
} }
} }