Fix typo in destructuring

This commit is contained in:
Lewin Kelly 2023-04-24 22:30:08 +01:00
parent 1f450a0b1f
commit 73a0a0aa03
2 changed files with 4 additions and 3 deletions

View File

@ -311,7 +311,7 @@ createHelpDialog = function(baseZIndex)
})
})
})
local buttonRow, image = helpDialog.Buttons, helpDialog.LayoutFrame.Image
local buttonRow, image = helpDialog.Buttons, helpDialog.ImageFrame.LayoutFrame.Image
local buttons = { }
buttons[1] = { }
buttons[1].Text = "Look"

View File

@ -361,8 +361,9 @@ createHelpDialog = (baseZIndex) ->
{
Buttons: buttonRow
LayoutFrame:
Image: image
ImageFrame:
LayoutFrame:
Image: image
} = helpDialog