mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-03 11:54:18 +00:00
CubeGroupMesh - Fix overlay parts not showing proerly
This commit is contained in:
@@ -91,7 +91,7 @@ namespace PckStudio.Rendering
|
||||
{
|
||||
if (!cube.ShouldRender)
|
||||
continue;
|
||||
|
||||
cube.Update();
|
||||
TextureVertex[] cubeVertices = cube.GetVertices();
|
||||
vertices.AddRange(cubeVertices);
|
||||
var indexStorage = cube.GetIndices();
|
||||
|
||||
Reference in New Issue
Block a user