GenericMesh - Remove unused field 'SizeInBytes'

This commit is contained in:
miku-666
2024-03-09 22:22:49 +01:00
parent 599d2d29b5
commit dafa224bf2

View File

@@ -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;