mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Simplify
This commit is contained in:
parent
b233d38162
commit
8558d59217
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue