1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

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