Rearrange public/private property ordering

This commit is contained in:
Alex Barney 2019-12-26 23:02:47 -07:00
parent 04b37891cb
commit 43bbab00ab

View file

@ -18,9 +18,10 @@ namespace Ryujinx.Graphics.Texture.Astc
private AstcLevel[] Levels { get; }
public int TotalBlockCount { get; }
private bool Success { get; set; }
public int TotalBlockCount { get; }
public AstcDecoder(
ReadOnlyMemory<byte> inputBuffer,
Memory<byte> outputBuffer,