Added rebuild region key on desktop
This commit is contained in:
@@ -262,7 +262,7 @@ public class BlockRenderer{
|
||||
public void drawDestroyed(){
|
||||
if(!Core.settings.getBool("destroyedblocks")) return;
|
||||
|
||||
if(control.input.isPlacing() || control.input.isBreaking()){
|
||||
if(control.input.isPlacing() || control.input.isBreaking() || control.input.isRebuildSelecting()){
|
||||
brokenFade = Mathf.lerpDelta(brokenFade, 1f, 0.1f);
|
||||
}else{
|
||||
brokenFade = Mathf.lerpDelta(brokenFade, 0f, 0.1f);
|
||||
|
||||
Reference in New Issue
Block a user