Skip to content

Commit

Permalink
Update TerrainMeshUtility.cs
Browse files Browse the repository at this point in the history
Remove useless using
  • Loading branch information
coryleach authored Jul 13, 2020
1 parent 39c3e20 commit 824b2e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Runtime/Utility/TerrainMeshUtility.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using UnityEditor.SceneManagement;
using System;
using UnityEngine;

namespace Gameframe.Procgen
Expand Down Expand Up @@ -118,4 +117,4 @@ public Mesh CreateMesh()

}

}
}

0 comments on commit 824b2e1

Please sign in to comment.