Skip to content

Commit 62ae47f

Browse files
committed
[AIS] Fix SceneEffectsCategory.Initialize crashing in studio
1 parent a5828a6 commit 62ae47f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shared.CharaStudio/Studio/UI/SceneEffectsCategory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private static void Initialize()
6060
const string sliderSourcePath = "Screen Effect/Viewport/Content/Depth of Field/Focal Size/Slider";
6161
const string inputSourcePath = "Screen Effect/Viewport/Content/Depth of Field/Focal Size/InputField";
6262
const string buttonSourcePath = "Screen Effect/Viewport/Content/Depth of Field/Focal Size/Button Default";
63-
const string dropdownSourcePath = "Screen Effect/Viewport/Content/Sky/Pattern/Dropdown";
63+
const string dropdownSourcePath = "Screen Effect/Viewport/Content/Reflection Probe/Cubemap/Dropdown";
6464
const string colorPickerSourcePath = "Screen Effect/Viewport/Content/Ambient Occlusion/Color/Button";
6565
#elif PH
6666
const string labelSourcePath = "Screen Effect/Viewport/Content/Depth of Field/Text Draw";

0 commit comments

Comments
 (0)