Removed remaining dds files

All textures are now loaded from ktx
This commit is contained in:
Sascha Willems 2019-09-06 19:18:15 +02:00
parent 90c1cb85f8
commit 36bf3dd31a
7 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ task copyTask {
copy {
from '../../../data/textures'
into 'assets/textures'
include 'rocks_normal_height_rgba.dds'
include 'rocks_normal_height_rgba.ktx'
}
copy {