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; bool full_screen = true;
[Category("Graphics")] [Category("Graphics")]
[DisplayName("Run in Full Screen")] [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)] [DefaultValue(true)]
public bool FullScreen public bool FullScreen
{ {