diff --git a/import_textures.md b/import_textures.md index f4df6c5..73e79fc 100644 --- a/import_textures.md +++ b/import_textures.md @@ -99,8 +99,7 @@ This combo allows to change the texture format (compression in this case):

Each of the four options described in this table together with their advantages and disadvantages (=Best, =Worst): - - | Uncompressed | Compress Lossless (PNG) | Compress Lossy (WebP) | Compress VRAM | + | Uncompressed | Compress Lossless (PNG) | Compress Lossy (WebP) | Compress VRAM | | ------------ | ----------------------- | --------------------- | ------------- | | Description | Stored as raw pixels | Stored as PNG | Stored as WebP | Stored as S3TC/BC,PVRTC/ETC, depending on platform| | Size on Disk | Large | Small | Very Small | Small |