mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +08:00
[unity] Minor: Formatting changes of last commit 76e8538. See #1890.
This commit is contained in:
parent
76e85387d1
commit
e4721a8cf3
@ -139,8 +139,7 @@ namespace Spine.Unity {
|
|||||||
Debug.LogWarning(string.Format("Placeholder texture set to null at {0}, for material #{1} {2}. " +
|
Debug.LogWarning(string.Format("Placeholder texture set to null at {0}, for material #{1} {2}. " +
|
||||||
"It seems like the GenericOnDemandTextureLoader asset was not setup accordingly for the AtlasAsset.",
|
"It seems like the GenericOnDemandTextureLoader asset was not setup accordingly for the AtlasAsset.",
|
||||||
atlasAsset, materialIndex + 1, targetMaterial), this);
|
atlasAsset, materialIndex + 1, targetMaterial), this);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
targetMaterial.mainTexture = placeholderTexture;
|
targetMaterial.mainTexture = placeholderTexture;
|
||||||
}
|
}
|
||||||
++materialIndex;
|
++materialIndex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user