mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #662] [MERGED] Fixed drawing plane higher than 0 with hide roofs enabled #5558
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix-plane-drawing-bug📝 Commits (1)
f139a6aFixed 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:

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.