From 7ffa7f413b27d3c582dfcfa9ec8565c53a841aea Mon Sep 17 00:00:00 2001 From: saschawillems Date: Fri, 1 Dec 2017 22:09:44 +0100 Subject: [PATCH] Added missing heightmap asset --- android/terraintessellation/example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/terraintessellation/example.json b/android/terraintessellation/example.json index 02e031a6..94e8d7e4 100644 --- a/android/terraintessellation/example.json +++ b/android/terraintessellation/example.json @@ -13,7 +13,8 @@ "skysphere_etc2_unorm.ktx", "terrain_texturearray_bc3_unorm.ktx", "terrain_texturearray_astc_8x8_unorm.ktx", - "terrain_texturearray_etc2_unorm.ktx" + "terrain_texturearray_etc2_unorm.ktx", + "terrain_heightmap_r16.ktx" ] } } \ No newline at end of file