mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-23 07:38:02 -05:00
app: fix typo in improved exit crash fix desc
This commit is contained in:
parent
4b4138c91c
commit
65b074d98e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ PatchGrid::PatchGrid()
|
|||
AddPatch("ExitCrashFix",
|
||||
"LEGO Island contains a bug that frequently crashes the game when trying "
|
||||
"to exit. This is particularly prevalent on newer versions of Windows and Wine. This "
|
||||
"patch will fix the crash and the associated animation gltiches and audio buzzes.",
|
||||
"patch will fix the crash and the associated animation glitches and audio buzzes.",
|
||||
AddBoolItem(sectionGeneral, "Exit Crash Fix", false));
|
||||
|
||||
// Controls section
|
||||
|
|
Loading…
Reference in a new issue