Skip to content

Commit e83bd03

Browse files
committed
fix: change the extension of shader file in minigame env from json to txt
1 parent 4011b48 commit e83bd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layaAir/laya/net/URL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class URL {
4444
"controller": "controller.json",
4545
"mc": "mc.bin",
4646
"mcc": "mcc.json",
47-
"shader": "shader.json",
47+
"shader": "shader.txt",
4848
"fui": "fui.json",
4949
"glsl": "glsl.txt",
5050
"skel": "skel.bin",

0 commit comments

Comments
 (0)