mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 21:24:18 +01:00
Add breaking and feature version with backwards compatibility and warning.
This commit is contained in:
parent
062c69385f
commit
d97e9f37a8
5 changed files with 37 additions and 15 deletions
|
|
@ -229,7 +229,7 @@ public class DdsFile
|
|||
public class TmpTexFile
|
||||
{
|
||||
public TexFile.TexHeader Header;
|
||||
public byte[] RgbaData;
|
||||
public byte[] RgbaData = Array.Empty< byte >();
|
||||
|
||||
public void Load( BinaryReader br )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue