From ba24a4a15c0317ac2fd954f4173b4b79cbdf191e Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期三, 11 十一月 2020 17:06:33 +0800
Subject: [PATCH] 9527 unity 升级
---
Assets/PostProcessing/Editor/PropertyDrawers/MinDrawer.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Assets/PostProcessing/Editor/PropertyDrawers/MinDrawer.cs b/Assets/PostProcessing/Editor/PropertyDrawers/MinDrawer.cs
index 59791f5..215306e 100644
--- a/Assets/PostProcessing/Editor/PropertyDrawers/MinDrawer.cs
+++ b/Assets/PostProcessing/Editor/PropertyDrawers/MinDrawer.cs
@@ -3,12 +3,12 @@
namespace UnityEditor.PostProcessing
{
- [CustomPropertyDrawer(typeof(MinAttribute))]
+ [CustomPropertyDrawer(typeof(UnityEngine.MinAttribute))]
sealed class MinDrawer : PropertyDrawer
{
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
{
- MinAttribute attribute = (MinAttribute)base.attribute;
+ UnityEngine.MinAttribute attribute = (UnityEngine.MinAttribute)base.attribute;
if (property.propertyType == SerializedPropertyType.Integer)
{
--
Gitblit v1.8.0