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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user