From d3c73377fb28d8c0bf1d32de4ef835acc7778337 Mon Sep 17 00:00:00 2001 From: Ramen2X <64166386+Ramen2X@users.noreply.github.com> Date: Wed, 24 Feb 2021 18:28:59 -0500 Subject: [PATCH] make it clearer that windowed mode is incompatible with hardware modes --- Rebuilder/Rebuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rebuilder/Rebuilder.cs b/Rebuilder/Rebuilder.cs index 06d1b95..b6809a6 100644 --- a/Rebuilder/Rebuilder.cs +++ b/Rebuilder/Rebuilder.cs @@ -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 {