Merge branch '3.8' into 3.9-beta

This commit is contained in:
badlogic 2020-06-03 13:34:52 +02:00
commit f748dd555b

View File

@ -45,7 +45,7 @@ package spine.atlas {
else if (object is ByteArray)
load(ByteArray(object).readUTFBytes(ByteArray(object).length), textureLoader);
else
throw new ArgumentError("object must be a TextureAtlas or AttachmentLoader.");
throw new ArgumentError("object must be a string or ByteArray containing .atlas data.");
}
protected function load(atlasText : String, textureLoader : TextureLoader) : void {