Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
leezer3 committed Oct 4, 2024
2 parents 0fdd54b + fbdbc3b commit a7e78f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions source/ObjectViewer/ProgramS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ internal static void KeyDown(object sender, KeyboardKeyEventArgs e)
Application.DoEvents();
}
break;
case Key.BackSpace:
case Key.Delete:
LightingRelative = -1.0;
Game.Reset();
Expand Down
2 changes: 0 additions & 2 deletions source/OpenBVE/System/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ private static void Main(string[] args) {
Translations.SetInGameLanguage(Translations.CurrentLanguageCode);
}

result.ExperimentalGLMenu = true;

if (result.ExperimentalGLMenu)
{
result.Start = true;
Expand Down

0 comments on commit a7e78f2

Please sign in to comment.