@esotericsoftware/spine-webgl 4.0.25 → 4.0.26

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.
@@ -7205,7 +7205,7 @@ var spine = (() => {
7205
7205
  let chars = "";
7206
7206
  let charCount = 0;
7207
7207
  for (let i = 0; i < byteCount; ) {
7208
- let b = this.readByte();
7208
+ let b = this.readUnsignedByte();
7209
7209
  switch (b >> 4) {
7210
7210
  case 12:
7211
7211
  case 13: