Avoid block vector creation for combine stages = false

This commit is contained in:
Jesse Boyd
2019-04-15 19:56:38 +10:00
parent f6014089cc
commit 69e2ce6165
3 changed files with 6 additions and 4 deletions

View File

@ -47,7 +47,7 @@ import javax.annotation.Nullable;
public class AbstractDelegateExtent implements LightingExtent {
private transient final Extent extent;
private MutableBlockVector3 mutable = new MutableBlockVector3(0, 0, 0);
protected MutableBlockVector3 mutable = new MutableBlockVector3(0, 0, 0);
/**
* Create a new instance.