Skip to content

Commit a2672a9

Browse files
authored
Merge pull request #213 from Absulit/dev
Dev
2 parents e020b38 + bdcd86c commit a2672a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/texture_renderpass_1/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const base = {
5252

5353
points.setSampler('imageSampler', null);
5454
await points.setTextureVideo('image', './../img/6982698-hd_1440_1080_25fps_800x800.mp4');
55-
await points.setTextureImage('text', './../../img/inconsolata_regular_8x22.png');
55+
await points.setTextureImage('text', './../img/inconsolata_regular_8x22.png');
5656

5757
points.setTexture2d('feedbackTexture', true);
5858
points.setTexture2d('feedbackTexture1', true, null, 1);

0 commit comments

Comments
 (0)