File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ public System.Object GetService (System.Type typeOf) {
234234 }
235235
236236 /// Gets an asset from this controller.
237- public UnityEngine . Object GetAsset ( string name ) {
237+ public UnityEngine . Object GetAsset ( string name ) {
238238 for ( var _i = 0 ; _i < this . assets . Length ; _i ++ )
239239 if ( this . assets [ _i ] . name == name )
240240 return this . assets [ _i ] ;
@@ -243,7 +243,7 @@ public UnityEngine.Object GetAsset (string name) {
243243
244244 /// Gets an asset from this controller.
245245 public AssetType GetAsset < AssetType > ( string name ) where AssetType : UnityEngine . Object {
246- return this . GetAsset ( name ) as AssetType ;
246+ return this . GetAsset ( name ) as AssetType ;
247247 }
248248
249249 /// Check whether this controller has an asset.
You can’t perform that action at this time.
0 commit comments