From a10eea6e4ce647061813519d5b0ea496f29495b9 Mon Sep 17 00:00:00 2001
From: leonard Wu <364452445@qq.com>
Date: 星期四, 09 八月 2018 09:47:08 +0800
Subject: [PATCH] 同步最新svn内容

---
 Assets/Plugins/PostProcessing/Runtime/Attributes/GetSetAttribute.cs |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Assets/Plugins/PostProcessing/Runtime/Attributes/GetSetAttribute.cs b/Assets/Plugins/PostProcessing/Runtime/Attributes/GetSetAttribute.cs
index cc1bf41..d66cd4f 100644
--- a/Assets/Plugins/PostProcessing/Runtime/Attributes/GetSetAttribute.cs
+++ b/Assets/Plugins/PostProcessing/Runtime/Attributes/GetSetAttribute.cs
@@ -1,13 +1,13 @@
-namespace UnityEngine.PostProcessing
-{
-    public sealed class GetSetAttribute : PropertyAttribute
-    {
-        public readonly string name;
-        public bool dirty;
-
-        public GetSetAttribute(string name)
-        {
-            this.name = name;
-        }
-    }
-}
+namespace UnityEngine.PostProcessing
+{
+    public sealed class GetSetAttribute : PropertyAttribute
+    {
+        public readonly string name;
+        public bool dirty;
+
+        public GetSetAttribute(string name)
+        {
+            this.name = name;
+        }
+    }
+}

--
Gitblit v1.8.0