You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
Update ICU and msdfgen.
This commit is contained in:
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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user