This commit is contained in:
Exter-N 2024-08-20 04:05:37 +02:00
parent b233d38162
commit 8558d59217

View file

@ -202,8 +202,6 @@ public sealed unsafe class MaterialTemplatePickers : IUiService
private abstract class ArraySliceList(int textureCapacity) : IReadOnlyList<int>
{
public readonly int TextureCapacity = textureCapacity;
private readonly Pointer<TextureResourceHandle>[] _textures = new Pointer<TextureResourceHandle>[textureCapacity];
public int Count