mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-23 11:42:27 +00:00
Added ArmorFlags to Cube rendering class
This commit is contained in:
@@ -204,7 +204,6 @@ namespace PckStudio.Rendering
|
||||
private Texture2D capeTexture;
|
||||
private Texture2D armorTexture;
|
||||
private Texture2D toolsTexture;
|
||||
|
||||
private DrawContext _cubicalDrawContext;
|
||||
private DrawContext _skeletonDrawContext;
|
||||
private DrawContext _groundDrawContext;
|
||||
@@ -346,7 +345,7 @@ namespace PckStudio.Rendering
|
||||
|
||||
private void InitializeCapeData()
|
||||
{
|
||||
cape ??= new CubeMesh(new Cube(new(5, 0, 3), new(10, 16, 1), new(0, 0), 0f, false, false));
|
||||
cape ??= new CubeMesh(new Cube(new(5, 0, 3), new(10, 16, 1), new(0, 0), 0f, false, false, 0));
|
||||
}
|
||||
|
||||
private void InitializeArmorData()
|
||||
|
||||
Reference in New Issue
Block a user