Clean plug matrix after rerender

Should fix constant chunk refreshes.
This commit is contained in:
CovertJaguar 2013-10-27 07:07:55 -07:00
parent 36da365ccb
commit bfbd2ef55d

View file

@ -59,6 +59,7 @@ public class PipeRenderState implements IClientState {
textureMatrix.clean();
facadeMatrix.clean();
wireMatrix.clean();
plugMatrix.clean();
}
public boolean isDirty() {