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;
|
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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue