mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-07 15:54:56 +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);
|
||||
}
|
||||
|
||||
protected void AssignSkeletonDataAsset(GenericOnDemandTextureLoader<TargetReference, TextureRequest> loader, AtlasAssetBase atlasAsset) {
|
||||
protected void AssignSkeletonDataAsset (GenericOnDemandTextureLoader<TargetReference, TextureRequest> loader, AtlasAssetBase atlasAsset) {
|
||||
string atlasAssetPath = AssetDatabase.GetAssetPath(atlasAsset);
|
||||
string parentFolder = System.IO.Path.GetDirectoryName(atlasAssetPath);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user