mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-29 09:41:42 +00:00
@@ -972,9 +972,9 @@ void TileMapEditor::_update_copydata() {
|
||||
tcd.flip_v = node->is_cell_y_flipped(j, i);
|
||||
tcd.transpose = node->is_cell_transposed(j, i);
|
||||
tcd.autotile_coord = node->get_cell_autotile_coord(j, i);
|
||||
}
|
||||
|
||||
copydata.push_back(tcd);
|
||||
copydata.push_back(tcd);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user