Skip to content

Commit 856b852

Browse files
author
JasonNumberThirteen
committed
Fix checking of existance of the correct reference in the change map dimensions popup panel UI script
1 parent 445cfe9 commit 856b852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Project/Scripts/UI/Panels/Popup/ChangeMapDimensionsPopupPanelUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private void AssignMapSizeToInputFieldUIs()
122122
widthMapDimensionInputFieldUI.text = mapSize.x.ToString();
123123
}
124124

125-
if(widthMapDimensionInputFieldUI != null)
125+
if(heightMapDimensionInputFieldUI != null)
126126
{
127127
heightMapDimensionInputFieldUI.text = mapSize.y.ToString();
128128
}

0 commit comments

Comments
 (0)