Skip to content

Commit

Permalink
fix oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeMC committed Aug 15, 2024
1 parent a87a2f5 commit 00f0b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions GTAIVSetupUtility/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,6 @@ private void Button_Click(object sender, RoutedEventArgs e)
bool optToChangeOptions = false;
List<string> incompatibleOptions = new List<string>()
{
"BuildingAlphaFix",
"EmissiveLerpFix",
"BikePhoneAnimsFix",
"BorderlessWindowed",
"BuildingAlphaFix",
Expand All @@ -415,6 +413,7 @@ private void Button_Click(object sender, RoutedEventArgs e)
"EpisodicWeaponSupport",
"ForceCarHeadlightShadows",
"ForceDynamicShadowsEverywhere",
"ForceShadowsOnObjects",
"HighFPSBikePhysicsFix",
"HighFPSSpeedupFix",
"HighQualityReflections",
Expand Down
2 changes: 1 addition & 1 deletion GTAIVSetupUtilityWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<DebugType>embedded</DebugType>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<Version>1.7.0</Version>
<Version>1.7.1</Version>
<ApplicationIcon>Assets\ivlogo.ico</ApplicationIcon>
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<Title>Gillian's GTA IV Setup Utility</Title>
Expand Down

0 comments on commit 00f0b68

Please sign in to comment.