Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace UnityEditor.VFX.HDRP
{
public static class VFXHDRPSettingsUtility
static class VFXHDRPSettingsUtility
{
public static void RefreshVfxErrorsIfNeeded(ref bool needRefreshVfxErrors)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we also need to set RefreshVfxErrorsIfNeeded() to internal or changing the parent class in enough ?

Copy link
Contributor Author

@PaulDemeulenaere PaulDemeulenaere Aug 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, otherwise, this function won't be accessible by any user code, we have :

internal class VFXHDRPSettingsUtility
{
 public... //reachable in HDRP
}

{
Expand Down