mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
1d84bbd83d
* [poly2tri] Fix consuming the library due to incorrectly encoded header sweep.h was in ANSI codepage and some characters were illegal in utf-8 * Completely remove the surname. Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
505 B
Diff
14 lines
505 B
Diff
diff --git a/poly2tri/sweep/sweep.h b/poly2tri/sweep/sweep.h
|
|
index f62c4cc..af8af69 100644
|
|
--- a/poly2tri/sweep/sweep.h
|
|
+++ b/poly2tri/sweep/sweep.h
|
|
@@ -33,7 +33,7 @@
|
|
* Zalik, B.(2008)'Sweep-line algorithm for constrained Delaunay triangulation',
|
|
* International Journal of Geographical Information Science
|
|
*
|
|
- * "FlipScan" Constrained Edge Algorithm invented by Thomas Åhlén, thahlen@gmail.com
|
|
+ * "FlipScan" Constrained Edge Algorithm invented by Thomas, thahlen@gmail.com
|
|
*/
|
|
|
|
#ifndef SWEEP_H
|