Skip to content

Commit 195086d

Browse files
committed
Removed texture compression
1 parent 57a351b commit 195086d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/graphics/texture/TextureUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import java.awt.image.BufferedImage
2626
import java.nio.ByteBuffer
2727

2828
object TextureUtils {
29-
private const val COMPRESSION_LEVEL = 1
29+
private const val COMPRESSION_LEVEL = -1
3030
private const val THREADED_COMPRESSION = false
3131

3232
val encoderPreset = PngEncoder()

0 commit comments

Comments
 (0)