mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +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) {
|
void list_spill(cellwalker tgt, cellwalker src, manual_celllister& cl) {
|
||||||
spill_list.clear();
|
spill_list.clear();
|
||||||
spill_list.emplace_back(tgt, src);
|
spill_list.emplace_back(tgt, src);
|
||||||
|
if(painttype == 7) return;
|
||||||
int crad = 0, nextstepat = 0;
|
int crad = 0, nextstepat = 0;
|
||||||
for(int i=0; i<isize(spill_list); i++) {
|
for(int i=0; i<isize(spill_list); i++) {
|
||||||
if(i == nextstepat) {
|
if(i == nextstepat) {
|
||||||
|
Reference in New Issue
Block a user