Skip to content

Commit 6486fd7

Browse files
committed
Add stats from "nested area assembler" to parent stats.
1 parent cd8e2ff commit 6486fd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/osmium/area/assembler.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ namespace osmium {
409409
if (!assembler(*way, out_buffer)) {
410410
okay = false;
411411
}
412+
stats() += assembler.stats();
412413
}
413414

414415
return okay;

0 commit comments

Comments
 (0)