Add breaking and feature version with backwards compatibility and warning.

This commit is contained in:
Ottermandias 2022-07-02 16:34:20 +02:00
parent 062c69385f
commit d97e9f37a8
5 changed files with 37 additions and 15 deletions

View file

@ -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 )
{