Make LocalVector copy constructor explicit.
This commit is contained in:
parent
3172d44799
commit
63272b23ef
16 changed files with 20 additions and 20 deletions
|
|
@ -158,7 +158,7 @@ void AStarGrid2D::update() {
|
|||
solid_mask.push_back(false);
|
||||
}
|
||||
solid_mask.push_back(true);
|
||||
points.push_back(line);
|
||||
points.push_back(std::move(line));
|
||||
}
|
||||
|
||||
for (int32_t x = region.position.x; x < end_x + 2; x++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue