Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 42d5fef

Browse files
author
jonahwilliams
committed
++
1 parent 2666377 commit 42d5fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

impeller/tessellator/tessellator.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ Tessellator::Result Tessellator::Tessellate(
144144
indices.emplace_back(elements[i]);
145145
}
146146

147-
if (!callback(reinterpret_cast<float*>(points.data()), points.size(), nullptr, 0u)) {
147+
if (!callback(reinterpret_cast<float*>(points.data()), points.size(),
148+
nullptr, 0u)) {
148149
return Result::kInputError;
149150
}
150151
}

0 commit comments

Comments
 (0)