mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Minor: formatting whitespace issue fixed of last commit.
This commit is contained in:
parent
ed75bffc6f
commit
e49453d774
@ -136,7 +136,7 @@ namespace Spine.Unity.Examples {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void OnDestroy () {
|
void OnDestroy () {
|
||||||
for (int i = 0; i < 2; ++i) {
|
for (int i = 0; i < 2; ++i) {
|
||||||
Mesh mesh = doubleBufferedMesh.GetNext();
|
Mesh mesh = doubleBufferedMesh.GetNext();
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
if (Application.isEditor && !Application.isPlaying)
|
if (Application.isEditor && !Application.isPlaying)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user