Fixed bug causing not lzma SWFs not working

This commit is contained in:
Jindra Pet��k
2012-12-20 09:31:16 +01:00
parent 33740d43f0
commit 0b81a8686e
+1 -1
View File
@@ -66,7 +66,7 @@ public class SWF {
/** /**
* Use LZMA compression * Use LZMA compression
*/ */
public boolean lzma = true; public boolean lzma = false;
/** /**
* Compressed size of the file (LZMA) * Compressed size of the file (LZMA)