Fix issue with reprojection and double drawing pixels.

This commit is contained in:
philip
2019-12-28 03:40:10 +00:00
parent e4be8309f7
commit b71b87d7bb
2 changed files with 6 additions and 27 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ class Triangulation {
}
this.addTriangle_(a, c, d, aSrc, cSrc, dSrc);
this.addTriangle_(a, b, c, aSrc, bSrc, cSrc);
this.addTriangle_(a, c, b, aSrc, cSrc, bSrc);
}
/**