1
0
mirror of synced 2024-11-12 02:00:50 +01: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; public override bool CanEdit { get; set; } = true;
@ -323,7 +323,6 @@ namespace Bfres.Structs
texture.ViewSliceFirst = tex.ViewSliceFirst; texture.ViewSliceFirst = tex.ViewSliceFirst;
texture.Regs = tex.Regs; texture.Regs = tex.Regs;
texture.MipCount = tex.MipCount; texture.MipCount = tex.MipCount;
} }
//We reuse GX2 data as it's the same thing //We reuse GX2 data as it's the same thing