This commit is contained in:
SoulliesOfficial
2026-03-14 02:30:26 -04:00
parent cf86f0ee51
commit aee62cd637
2041 changed files with 246771 additions and 129128 deletions

View File

@@ -191,7 +191,7 @@ namespace NBShaderEditor
// MaterialEditor.BeginProperty(position, prop);
EditorGUI.BeginChangeCheck();
bool hdr = (prop.flags & MaterialProperty.PropFlags.HDR) != 0;
bool hdr = (prop.propertyFlags & UnityEngine.Rendering.ShaderPropertyFlags.HDR) != 0;
if (IsPropertyAnimated(propertyName,"r","g","b","a"))
{
GUI.backgroundColor = animatedBackgroundColor;