mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 05:39:07 +08:00
[csharp] Minor formatting.
This commit is contained in:
parent
f53a514bf8
commit
3dffd72985
@ -44,7 +44,7 @@ namespace Spine {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public AtlasAttachmentLoader (bool allowMissingRegions, params Atlas[] atlasArray) {
|
public AtlasAttachmentLoader (bool allowMissingRegions, params Atlas[] atlasArray) {
|
||||||
if (atlasArray == null) throw new ArgumentNullException ("atlas", "atlas array cannot be null.");
|
if (atlasArray == null) throw new ArgumentNullException("atlas", "atlas array cannot be null.");
|
||||||
this.atlasArray = atlasArray;
|
this.atlasArray = atlasArray;
|
||||||
this.allowMissingRegions = allowMissingRegions;
|
this.allowMissingRegions = allowMissingRegions;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user