@esotericsoftware/spine-webgl 4.1.13 → 4.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7410,7 +7410,7 @@ var spine = (() => {
7410
7410
  let chars = "";
7411
7411
  let charCount = 0;
7412
7412
  for (let i = 0; i < byteCount; ) {
7413
- let b = this.readByte();
7413
+ let b = this.readUnsignedByte();
7414
7414
  switch (b >> 4) {
7415
7415
  case 12:
7416
7416
  case 13: