Clean plug matrix after rerender
Should fix constant chunk refreshes.
This commit is contained in:
parent
36da365ccb
commit
bfbd2ef55d
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ public class PipeRenderState implements IClientState {
|
|||
textureMatrix.clean();
|
||||
facadeMatrix.clean();
|
||||
wireMatrix.clean();
|
||||
plugMatrix.clean();
|
||||
}
|
||||
|
||||
public boolean isDirty() {
|
||||
|
|
Loading…
Reference in a new issue