Skip to content

Commit 048307d

Browse files
committed
chore: remove unused method
1 parent 6504886 commit 048307d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

engine/src/main/java/org/terasology/rendering/world/RenderableWorldImpl.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,6 @@ private boolean isChunkValidForRender(RenderableChunk chunk) {
380380
return chunk.isReady();
381381
}
382382

383-
private boolean areSurroundingChunksLoaded(RenderableChunk chunk) {
384-
return worldProvider.getWorldViewAround(chunk.getPosition()) != null;
385-
}
386-
387383
private boolean isChunkVisibleFromMainLight(RenderableChunk chunk) {
388384
return isChunkVisible(shadowMapCamera, chunk); //TODO: find an elegant way
389385
}

0 commit comments

Comments
 (0)