Skip to content

Commit 017aaac

Browse files
committed
Fix Lut file path error
1 parent 78e37ad commit 017aaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/asset/global/rendering.global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"positive_z_map": "asset/texture/sky/skybox_specular_Z+.hdr"
1717
},
1818
"brdf_map": "asset/texture/global/brdf_schilk.hdr",
19-
"color_grading_map": "asset/texture/lut/color_grading_lut_01.jpg",
19+
"color_grading_map": "asset/texture/lut/color_grading_lut_01.png",
2020
"sky_color": {
2121
"r": 0.53,
2222
"g": 0.81,

0 commit comments

Comments
 (0)