mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 09:04:13 +02:00
minor typing fixes
This commit is contained in:
parent
9820e0fc57
commit
a4518139e0
4 changed files with 790 additions and 480 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue