Skip to content

Commit

Permalink
Fix Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Deaod committed Dec 31, 2023
1 parent 2d00c38 commit 48c41e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/VS_UI_PresetComboList.uc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function ExecuteItem(UWindowComboListItem I) {
}

function SetSelected(float X, float Y) {
local VS_UI_PresetComboListItem NewSelected, Item;
local VS_UI_PresetComboListItem NewSelected;
local int i, Count;

Count = Items.Count();
Expand Down

0 comments on commit 48c41e5

Please sign in to comment.