mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 09:35:41 -05:00
make it clearer that windowed mode is incompatible with hardware modes
This commit is contained in:
parent
a709f30130
commit
d3c73377fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue