Fix build errors
This commit is contained in:
parent
da0875cb83
commit
fd90dfa89d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user