Tighten up typescript rules and fix resulting compilation errors

This commit is contained in:
Casper Warden
2020-12-03 13:55:02 +00:00
parent 6e0d79715e
commit 4431fb8d15
526 changed files with 1579 additions and 920 deletions

View File

@@ -57,7 +57,7 @@ export class ParticleSystem
return ps;
}
pos = this.unpackSystem(ps, buf, pos);
const dataSize = buf.readInt32LE(pos);
// const dataSize = buf.readInt32LE(pos) // currently unused;
pos += 4;
pos = this.unpackLegacyData(ps, buf, pos);