Add missing asset to host image copy sample
Minor code cleanup
This commit is contained in:
parent
d68ec09f22
commit
02ed0eebb3
2 changed files with 16 additions and 12 deletions
|
|
@ -60,6 +60,11 @@ task copyTask {
|
|||
include 'metalplate01_rgba.ktx'
|
||||
}
|
||||
|
||||
copy {
|
||||
from rootProject.ext.assetPath + 'models'
|
||||
into 'assets/models'
|
||||
include 'plane_z.gltf'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue