Fixed Android Texturecube shader directory

The app was crashing because it was failing to grab the `shaders/texturecubemap/skybox.vert.spv` asset because it was never getting included in the build
This commit is contained in:
Spencer 2018-04-13 21:38:43 -05:00 committed by GitHub
parent 983c5d95da
commit 833086e7d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ {
"apkname": "vulkanTexturecubemap", "apkname": "vulkanTexturecubemap",
"directories": { "directories": {
"shaders": "cubemap" "shaders": "texturecubemap"
}, },
"assets": { "assets": {
"models": [ "models": [
@ -16,4 +16,4 @@
"cubemap_yokohama_astc_8x8_unorm.ktx" "cubemap_yokohama_astc_8x8_unorm.ktx"
] ]
} }
} }