Skip to content

Commit cd643dd

Browse files
committed
Broken paths
1 parent f90fe0d commit cd643dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sprite/samplers/example/multi_sample.collection

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ embedded_instances {
1010
" id: \"sprite\"\n"
1111
" type: \"sprite\"\n"
1212
" data: \"default_animation: \\\"logo_256\\\"\\n"
13-
"material: \\\"/example/multi_sprite.material\\\"\\n"
13+
"material: \\\"/example/multi_sample_sprite.material\\\"\\n"
1414
"textures {\\n"
1515
" sampler: \\\"texture1_sampler\\\"\\n"
1616
" texture: \\\"/example/one.atlas\\\"\\n"

sprite/samplers/example/multi_sample_sprite.material

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "sprite"
22
tags: "tile"
33
vertex_program: "/builtins/materials/sprite.vp"
4-
fragment_program: "/example/multi_sprite.fp"
4+
fragment_program: "/example/multi_sample_sprite.fp"
55
vertex_constants {
66
name: "view_proj"
77
type: CONSTANT_TYPE_VIEWPROJ

0 commit comments

Comments
 (0)