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/Editor/Attributes/PostProcessingModelEditorAttribute.cs |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/Assets/Plugins/PostProcessing/Editor/Attributes/PostProcessingModelEditorAttribute.cs b/Assets/Plugins/PostProcessing/Editor/Attributes/PostProcessingModelEditorAttribute.cs
index 13e4819..7d692b3 100644
--- a/Assets/Plugins/PostProcessing/Editor/Attributes/PostProcessingModelEditorAttribute.cs
+++ b/Assets/Plugins/PostProcessing/Editor/Attributes/PostProcessingModelEditorAttribute.cs
@@ -1,16 +1,16 @@
-using System;
-
-namespace UnityEditor.PostProcessing
-{
-    public class PostProcessingModelEditorAttribute : Attribute
-    {
-        public readonly Type type;
-        public readonly bool alwaysEnabled;
-
-        public PostProcessingModelEditorAttribute(Type type, bool alwaysEnabled = false)
-        {
-            this.type = type;
-            this.alwaysEnabled = alwaysEnabled;
-        }
-    }
-}
+using System;
+
+namespace UnityEditor.PostProcessing
+{
+    public class PostProcessingModelEditorAttribute : Attribute
+    {
+        public readonly Type type;
+        public readonly bool alwaysEnabled;
+
+        public PostProcessingModelEditorAttribute(Type type, bool alwaysEnabled = false)
+        {
+            this.type = type;
+            this.alwaysEnabled = alwaysEnabled;
+        }
+    }
+}

--
Gitblit v1.8.0