mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-27 05:44:43 +00:00
Fix for negative scaled boxes rendering behind larger scaled boxes despite being placed ahead
This commit is contained in:
@@ -174,7 +174,7 @@ namespace PckStudio.Core.Extensions
|
||||
? -box.Pos.Z
|
||||
: box.Pos.Z
|
||||
)
|
||||
.OrderBy(box => box.Scale)
|
||||
.ThenBy(box => box.Scale)
|
||||
.ToList();
|
||||
|
||||
float canvasWidth = 0;
|
||||
|
||||
Reference in New Issue
Block a user