Fix LodChunk not having the detail level set
This commit is contained in:
@@ -145,7 +145,7 @@ public class LodBuilder
|
||||
dataPoints[x][z] = new LodDataPoint(height, depth, color);
|
||||
}
|
||||
|
||||
return new LodChunk(chunk.getPos(), dataPoints);
|
||||
return new LodChunk(chunk.getPos(), dataPoints, detail);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user