mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 17:57:56 +00:00
fixed selecting large regions for copying with mouse
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user