Update ICU and msdfgen.
This commit is contained in:
parent
22c20cea6e
commit
0d02568ff8
53 changed files with 421 additions and 396 deletions
2
thirdparty/msdfgen/core/Contour.cpp
vendored
2
thirdparty/msdfgen/core/Contour.cpp
vendored
|
|
@ -19,7 +19,7 @@ void Contour::addEdge(EdgeHolder &&edge) {
|
|||
}
|
||||
#endif
|
||||
|
||||
EdgeHolder & Contour::addEdge() {
|
||||
EdgeHolder &Contour::addEdge() {
|
||||
edges.resize(edges.size()+1);
|
||||
return edges.back();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue