Skip to content

Commit ce235bf

Browse files
Merge pull request #1239 from lordalcol/fix/textoverlay-android-asset
Fix textoverlay Android build - include torusknot.gltf asset
2 parents 2a05676 + 868ce4f commit ce235bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/examples/textoverlay/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ task copyTask {
5757
copy {
5858
from rootProject.ext.assetPath + 'models'
5959
into 'assets/models'
60-
include 'cube.gltf'
60+
include 'cube.gltf', 'torusknot.gltf'
6161
}
6262

6363

0 commit comments

Comments
 (0)