Merge remote-tracking branch 'origin/1.16.5' into 1.16.5
# Conflicts: # src/main/java/com/seibel/lod/builders/LodBufferBuilder.java # src/main/java/com/seibel/lod/handlers/LodDimensionFileHandler.java # src/main/java/com/seibel/lod/proxy/ClientProxy.java
This commit is contained in:
@@ -664,20 +664,6 @@ public class LodDimension
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* TODO Double check that this method works as expected
|
||||
* <p>
|
||||
* Returns how many non-null LodChunks
|
||||
* are stored in this LodDimension.
|
||||
*/
|
||||
public int getNumberOfLods()
|
||||
{
|
||||
/**TODO **/
|
||||
int numbLods = 0;
|
||||
return numbLods;
|
||||
}
|
||||
|
||||
|
||||
public int getWidth()
|
||||
{
|
||||
if (regions != null)
|
||||
|
||||
Reference in New Issue
Block a user