mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-25 19:21:26 +08:00
[unity] Minor: whitespace formatting fix of last commit.
This commit is contained in:
parent
12bc8ae24d
commit
02deca1cba
@ -177,7 +177,7 @@ namespace Spine.Unity.Editor {
|
|||||||
AssignSkeletonDataAsset(loader, atlasAsset);
|
AssignSkeletonDataAsset(loader, atlasAsset);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void AssignSkeletonDataAsset(GenericOnDemandTextureLoader<TargetReference, TextureRequest> loader, AtlasAssetBase atlasAsset) {
|
protected void AssignSkeletonDataAsset (GenericOnDemandTextureLoader<TargetReference, TextureRequest> loader, AtlasAssetBase atlasAsset) {
|
||||||
string atlasAssetPath = AssetDatabase.GetAssetPath(atlasAsset);
|
string atlasAssetPath = AssetDatabase.GetAssetPath(atlasAsset);
|
||||||
string parentFolder = System.IO.Path.GetDirectoryName(atlasAssetPath);
|
string parentFolder = System.IO.Path.GetDirectoryName(atlasAssetPath);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user