瀏覽代碼

[unity] Minor: whitespace formatting fix of last commit.

Harald Csaszar 9 月之前
父節點
當前提交
02deca1cba

+ 1 - 1
spine-unity/Modules/com.esotericsoftware.spine.on-demand-loading/Editor/GenericOnDemandTextureLoaderInspector.cs

@@ -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);