1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

minor typing fixes

This commit is contained in:
Robin Appelman 2017-09-26 01:26:01 +02:00
commit a4518139e0
4 changed files with 790 additions and 480 deletions

View file

@ -45,7 +45,7 @@ export function ParseCreateStringTable(stream: BitStream): CreateStringTablePack
throw new Error('Incorrect length of decompressed stringtable');
}
data = new BitStream(decompressedData.buffer);
data = new BitStream(decompressedData.buffer as ArrayBuffer);
}
const table: StringTable = {