mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +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) {
|
||||
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.allowMissingRegions = allowMissingRegions;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user