Skip to content

Fix Rare Wrongly Culled Sections When Above World#3484

Merged
IMS212 merged 1 commit intoCaffeineMC:devfrom
douira:fix-above-occlusion-world-init
Jan 23, 2026
Merged

Fix Rare Wrongly Culled Sections When Above World#3484
IMS212 merged 1 commit intoCaffeineMC:devfrom
douira:fix-above-occlusion-world-init

Conversation

@douira
Copy link
Copy Markdown
Contributor

@douira douira commented Jan 18, 2026

Fix a rare bug where sections would be missed during occlusion culling when above the world.

This was caused by the above-world init adding every section of the top of the world to the queue at once, resulting in some sections being visited too early such that they are not traversed through with all potentially incoming directions but marked as finished.

@Kroppeb
Copy link
Copy Markdown
Contributor

Kroppeb commented Jan 19, 2026

Rip #1393

Copy link
Copy Markdown
Contributor

@Kroppeb Kroppeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@douira douira force-pushed the fix-above-occlusion-world-init branch from b0723e4 to ed9ac01 Compare January 19, 2026 23:02
…g when above the world.

This was caused by the above-world init adding every section of the top of the world to the queue at once, resulting in some sections being visited too early such that they are not traversed through with all potentially incoming directions but marked as finished.
@douira douira force-pushed the fix-above-occlusion-world-init branch from ed9ac01 to a7677ba Compare January 19, 2026 23:06
@IMS212 IMS212 merged commit 4036089 into CaffeineMC:dev Jan 23, 2026
1 check passed
@douira douira deleted the fix-above-occlusion-world-init branch March 21, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-bug Type: Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants