Fix copy-paste description.
This commit is contained in:
parent
a35143539b
commit
e55b19e990
|
@ -196,7 +196,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
|
||||||
}
|
}
|
||||||
|
|
||||||
[DefaultValue(TexrectCoordsMode.Off)]
|
[DefaultValue(TexrectCoordsMode.Off)]
|
||||||
[DisplayName("Bilinear filtering mode")]
|
[DisplayName("Correct Texrect Coords")]
|
||||||
[Description("Make texrect coordinates continuous to avoid black lines between them. (0=Off, 1=Auto, 2=Force)")]
|
[Description("Make texrect coordinates continuous to avoid black lines between them. (0=Off, 1=Auto, 2=Force)")]
|
||||||
public TexrectCoordsMode CorrectTexrectCoords { get; set; }
|
public TexrectCoordsMode CorrectTexrectCoords { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue