Skip to content

Commit 7aa4484

Browse files
committed
- fix: asset path for location based with image
1 parent 87545a4 commit 7aa4484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/location/templates/location.image.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
>
1717
{{#each assetParam.locations}}
1818
<a-image
19-
src="{{assetPath}}"
19+
src="{{../assetPath}}"
2020
look-at="[gps-camera]"
2121
scale="{{../assetParam.scale}} {{../assetParam.scale}} {{../assetParam.scale}}"
2222
gps-entity-place="latitude: {{this.latitude}}; longitude: {{this.longitude}};"

0 commit comments

Comments
 (0)