[unity] Minor: Formatting changes of last commit 76e8538. See #1890.

This commit is contained in:
Harald Csaszar 2023-09-08 19:28:26 +02:00
parent 76e85387d1
commit e4721a8cf3
3 changed files with 5 additions and 6 deletions

View File

@ -139,8 +139,7 @@ namespace Spine.Unity {
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.",
atlasAsset, materialIndex + 1, targetMaterial), this);
}
else {
} else {
targetMaterial.mainTexture = placeholderTexture;
}
++materialIndex;