Add GZIP compression support
- Fix a wrong call in PoolByteArray::compress
This commit is contained in:
parent
fca9c75f2b
commit
0f765c86e5
6 changed files with 24 additions and 14 deletions
|
|
@ -1780,6 +1780,7 @@ void _File::_bind_methods() {
|
|||
BIND_CONSTANT(COMPRESSION_FASTLZ);
|
||||
BIND_CONSTANT(COMPRESSION_DEFLATE);
|
||||
BIND_CONSTANT(COMPRESSION_ZSTD);
|
||||
BIND_CONSTANT(COMPRESSION_GZIP);
|
||||
}
|
||||
|
||||
_File::_File() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue