Reset sampler in TriangleLocator

git-svn-id: https://triangle.svn.codeplex.com/svn@76341 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
This commit is contained in:
SND\wo80_cp
2015-04-01 11:52:25 +00:00
parent a26b41bf68
commit f00ac93176
+1
View File
@@ -40,6 +40,7 @@ namespace TriangleNet
public void Reset()
{
sampler.Reset();
recenttri.tri = null; // No triangle has been visited yet.
}