Skip to content

Commit 8233c6e

Browse files
authored
Merge pull request #4 from coryleach/master
Merging master into dev
2 parents 80f3fc1 + 824b2e1 commit 8233c6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Runtime/Utility/TerrainMeshUtility.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using UnityEditor.SceneManagement;
1+
using System;
32
using UnityEngine;
43

54
namespace Gameframe.Procgen
@@ -118,4 +117,4 @@ public Mesh CreateMesh()
118117

119118
}
120119

121-
}
120+
}

0 commit comments

Comments
 (0)