Skip to content

Commit

Permalink
Should fix #78 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
krypto5863 authored Sep 21, 2024
1 parent 13122d9 commit cd0d029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shared.CharaStudio/Studio/UI/SceneEffectsCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private static void Initialize()
const string sliderSourcePath = "Screen Effect/Viewport/Content/Depth of Field/Slider Focal Size";
const string inputSourcePath = "Screen Effect/Viewport/Content/Depth of Field/InputField Focal Size";
const string buttonSourcePath = "Screen Effect/Viewport/Content/Depth of Field/Button Focal Size Default";
const string dropdownSourcePath = "Screen Effect/Viewport/Content/Sky/Pattern/Dropdown";
const string dropdownSourcePath = "Screen Effect/Viewport/Content/Amplify Color Effect/Dropdown Lut";
const string colorPickerSourcePath = "Screen Effect/Viewport/Content/Amplify Occlusion Effect/Button Color";
#elif AI || HS2
const string labelSourcePath = "Screen Effect/Viewport/Content/Depth of Field/Draw/TextMeshPro";
Expand Down

0 comments on commit cd0d029

Please sign in to comment.