More removing Zefie's asyc stuff
This commit is contained in:
@@ -290,7 +290,7 @@ class WTVLzpf {
|
|||||||
*
|
*
|
||||||
* @returns {undefined}
|
* @returns {undefined}
|
||||||
*/
|
*/
|
||||||
async EncodeLiteral(code_length, code) {
|
EncodeLiteral(code_length, code) {
|
||||||
// Using >>> to stick with unsigned integers without making a mess with casting.
|
// Using >>> to stick with unsigned integers without making a mess with casting.
|
||||||
|
|
||||||
this.current_literal |= code >>> (this.current_length & 0x1F);
|
this.current_literal |= code >>> (this.current_length & 0x1F);
|
||||||
|
|||||||
Reference in New Issue
Block a user