mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-29 18:34:33 +00:00
GenericMesh - Remove unused field 'SizeInBytes'
This commit is contained in:
@@ -28,8 +28,6 @@ namespace PckStudio.Rendering
|
||||
{
|
||||
internal string Name { get; }
|
||||
|
||||
internal readonly int SizeInBytes = Marshal.SizeOf<T>();
|
||||
|
||||
protected List<T> vertices;
|
||||
protected List<int> indices;
|
||||
protected int indicesOffset;
|
||||
|
||||
Reference in New Issue
Block a user