Allow modifying the region of a BlockArrayClipboard

This commit is contained in:
Matthew Miller 2018-10-24 16:50:15 +10:00
parent 275a2fa887
commit 93de97dc19

View File

@ -70,7 +70,7 @@ public class BlockArrayClipboard implements Clipboard {
@Override
public Region getRegion() {
return region.clone();
return region;
}
@Override