Add missing asset to host image copy sample

Minor code cleanup
This commit is contained in:
Sascha Willems 2025-03-01 18:00:58 +01:00
parent d68ec09f22
commit 02ed0eebb3
2 changed files with 16 additions and 12 deletions

View file

@ -60,6 +60,11 @@ task copyTask {
include 'metalplate01_rgba.ktx'
}
copy {
from rootProject.ext.assetPath + 'models'
into 'assets/models'
include 'plane_z.gltf'
}
}