make it clearer that windowed mode is incompatible with hardware modes

This commit is contained in:
Ramen2X 2021-02-24 18:28:59 -05:00
parent a709f30130
commit d3c73377fb

View file

@ -193,7 +193,7 @@ namespace Rebuilder
bool full_screen = true;
[Category("Graphics")]
[DisplayName("Run in Full Screen")]
[Description("Allows you to change modes without administrator privileges and registry editing.")]
[Description("Allows you to change modes without administrator privileges and registry editing. NOTE: Windowed mode is NOT compatible with LEGO Island's hardware modes.")]
[DefaultValue(true)]
public bool FullScreen
{