Merge remote-tracking branch 'origin/1.16.5' into 1.16.5

# Conflicts:
#	src/main/java/com/seibel/lod/proxy/ClientProxy.java
This commit is contained in:
Leonardo
2021-08-22 16:09:07 +02:00
4 changed files with 772 additions and 725 deletions
@@ -672,6 +672,14 @@ public class LodRenderer
// the newly created buffers from the lodBufferBuilder
vbos = lodBufferBuilder.getVertexBuffers();
}
/**
* Calls the BufferBuilder's destroyBuffers method.
*/
public void destroyBuffers()
{
lodBufferBuilder.destroyBuffers();
}
private double getFov(float partialTicks, boolean useFovSetting)