1
0
mirror of synced 2024-09-24 11:38:22 +02:00

Fix build errors

This commit is contained in:
KillzXGaming 2020-01-24 21:26:07 -05:00
parent da0875cb83
commit fd90dfa89d

View File

@ -54,7 +54,7 @@ namespace Bfres.Structs
}
}
bool IsReplaced = false;
public bool IsReplaced = false;
public override bool CanEdit { get; set; } = true;
@ -323,7 +323,6 @@ namespace Bfres.Structs
texture.ViewSliceFirst = tex.ViewSliceFirst;
texture.Regs = tex.Regs;
texture.MipCount = tex.MipCount;
}
//We reuse GX2 data as it's the same thing