[PR #662] [MERGED] Fixed drawing plane higher than 0 with hide roofs enabled #1388

Closed
opened 2026-05-20 10:17:13 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/662
Author: @ipkpjersi
Created: 12/26/2024
Status: Merged
Merged: 12/28/2024
Merged by: @Dark98

Base: masterHead: fix-plane-drawing-bug


📝 Commits (1)

  • f139a6a Fixed drawing plane higher than 0

📊 Changes

1 file changed (+16 additions, -0 deletions)

View changed files

📝 2006Scape Client/src/main/java/Game.java (+16 -0)

📄 Description

This fixes drawing planes higher than 0 when hide roofs is enabled.

For example, when it's broken it looks like this on plane 1:
image

With this PR, it now looks like it's supposed to:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/662 **Author:** [@ipkpjersi](https://github.com/ipkpjersi) **Created:** 12/26/2024 **Status:** ✅ Merged **Merged:** 12/28/2024 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `fix-plane-drawing-bug` --- ### 📝 Commits (1) - [`f139a6a`](https://github.com/2006-Scape/2006Scape/commit/f139a6adb6bed3989abd0d3ca36e058b8c620d2d) Fixed drawing plane higher than 0 ### 📊 Changes **1 file changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Client/src/main/java/Game.java` (+16 -0) </details> ### 📄 Description This fixes drawing planes higher than 0 when hide roofs is enabled. For example, when it's broken it looks like this on plane 1: ![image](https://i.imgur.com/579Ggz6.png) With this PR, it now looks like it's supposed to: ![](https://i.imgur.com/wM5WIgq.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-20 10:17:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#1388