Skip to content

Commit

Permalink
Remove erroneous line breaks after [NonSerialized]
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy Bradford committed Apr 12, 2014
1 parent 9555dbf commit 2a3897d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ModuleBase.cs
Expand Up @@ -140,7 +140,6 @@ public double GetValue(ref Vector3 coordinate)
#if !XBOX360 && !ZUNE
[NonSerialized]
#endif

private bool m_disposed = false;

/// <summary>
Expand Down
1 change: 0 additions & 1 deletion Noise2D.cs
Expand Up @@ -523,7 +523,6 @@ public Texture2D GetTexture(Gradient gradient)
#if !XBOX360 && !ZUNE
[NonSerialized]
#endif

private bool m_disposed = false;

/// <summary>
Expand Down

0 comments on commit 2a3897d

Please sign in to comment.