2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix build with GCC.

This commit is contained in:
John Preston
2023-07-20 20:12:41 +04:00
parent d392c7e8f0
commit 75f542747d
4 changed files with 0 additions and 6 deletions

View File

@@ -30,7 +30,6 @@ void PaintOutlineSegments(
: (full / (count * 1.1));
const auto left = full - (separator * count);
const auto length = left / float64(count);
const auto step = length + separator;
const auto spin = separator * (1. - fromFullProgress);
auto start = 0. + (arc::kQuarterLength + (separator / 2)) + (3. * spin);