fixed selecting large regions for copying with mouse

This commit is contained in:
Zeno Rogue 2020-11-05 16:05:06 +01:00
parent ce33511905
commit 72a451b139
1 changed files with 1 additions and 0 deletions

View File

@ -1276,6 +1276,7 @@ EX namespace mapeditor {
void list_spill(cellwalker tgt, cellwalker src, manual_celllister& cl) {
spill_list.clear();
spill_list.emplace_back(tgt, src);
if(painttype == 7) return;
int crad = 0, nextstepat = 0;
for(int i=0; i<isize(spill_list); i++) {
if(i == nextstepat) {