common: +TODO
Some checks failed
Android / build_x86_64 (push) Has been cancelled
Android / build_aarch64 (push) Has been cancelled
iOS / build_x86_64 (push) Has been cancelled
iOS / build_arm64 (push) Has been cancelled
macOS / build (push) Has been cancelled
macOS / compact_test (push) Has been cancelled
macOS / unit_test (push) Has been cancelled
Ubuntu / build (push) Has been cancelled
Ubuntu / compact_test (push) Has been cancelled
Ubuntu / unit_test (push) Has been cancelled
Windows / build (push) Has been cancelled
Windows / compact_test (push) Has been cancelled
Windows / unit_test (push) Has been cancelled

This commit is contained in:
Hermet Park 2025-06-28 11:27:02 +09:00
parent 8543099fcd
commit 10b68f4936

View file

@ -476,6 +476,7 @@ bool Bezier::flatten() const
}
//TODO: Consider to use while() instead of recursive stack calls
uint32_t Bezier::segments() const
{
if (flatten()) return 1;