stats: Fix flow-control bug in Vector2D printing
This commit is contained in:
parent
f615c4aeb0
commit
addfd89dce
1 changed files with 1 additions and 1 deletions
|
@ -571,8 +571,8 @@ Text::visit(const Vector2dInfo &info)
|
|||
for (off_type i = 0; i < info.y; ++i) {
|
||||
if (!info.y_subnames[i].empty()) {
|
||||
print.subnames = info.y_subnames;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
print.flags = info.flags;
|
||||
|
|
Loading…
Reference in a new issue