From 2a3897dd12f9bc0a391e2bc0e229d59aa6977768 Mon Sep 17 00:00:00 2001 From: Teddy Bradford Date: Fri, 11 Apr 2014 20:44:26 -0400 Subject: [PATCH] Remove erroneous line breaks after [NonSerialized] --- ModuleBase.cs | 1 - Noise2D.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/ModuleBase.cs b/ModuleBase.cs index 63cfb69..d504a38 100755 --- a/ModuleBase.cs +++ b/ModuleBase.cs @@ -140,7 +140,6 @@ public double GetValue(ref Vector3 coordinate) #if !XBOX360 && !ZUNE [NonSerialized] #endif - private bool m_disposed = false; /// diff --git a/Noise2D.cs b/Noise2D.cs index 62c5eff..4fd1e43 100755 --- a/Noise2D.cs +++ b/Noise2D.cs @@ -523,7 +523,6 @@ public Texture2D GetTexture(Gradient gradient) #if !XBOX360 && !ZUNE [NonSerialized] #endif - private bool m_disposed = false; ///