Add GZIP compression support

- Fix a wrong call in PoolByteArray::compress
This commit is contained in:
George Marques 2017-07-13 14:41:10 -03:00
parent fca9c75f2b
commit 0f765c86e5
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
6 changed files with 24 additions and 14 deletions

View file

@ -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() {