mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Update ICU and msdfgen.
This commit is contained in:
2
thirdparty/msdfgen/core/Contour.h
vendored
2
thirdparty/msdfgen/core/Contour.h
vendored
@@ -19,7 +19,7 @@ public:
|
||||
void addEdge(EdgeHolder &&edge);
|
||||
#endif
|
||||
/// Creates a new edge in the contour and returns its reference.
|
||||
EdgeHolder & addEdge();
|
||||
EdgeHolder &addEdge();
|
||||
/// Adjusts the bounding box to fit the contour.
|
||||
void bound(double &l, double &b, double &r, double &t) const;
|
||||
/// Adjusts the bounding box to fit the contour border's mitered corners.
|
||||
|
||||
Reference in New Issue
Block a user