parent
6b6324441f
commit
f8a1801fbc
1 changed files with 2 additions and 2 deletions
|
@ -972,12 +972,12 @@ void TileMapEditor::_update_copydata() {
|
||||||
tcd.flip_v = node->is_cell_y_flipped(j, i);
|
tcd.flip_v = node->is_cell_y_flipped(j, i);
|
||||||
tcd.transpose = node->is_cell_transposed(j, i);
|
tcd.transpose = node->is_cell_transposed(j, i);
|
||||||
tcd.autotile_coord = node->get_cell_autotile_coord(j, i);
|
tcd.autotile_coord = node->get_cell_autotile_coord(j, i);
|
||||||
}
|
|
||||||
|
|
||||||
copydata.push_back(tcd);
|
copydata.push_back(tcd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static inline Vector<Point2i> line(int x0, int x1, int y0, int y1) {
|
static inline Vector<Point2i> line(int x0, int x1, int y0, int y1) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue