Skip to content

Commit

Permalink
Small fix, function - know thy self!
Browse files Browse the repository at this point in the history
  • Loading branch information
impaktor committed Feb 13, 2020
1 parent 623df6f commit 05c492c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/pigui/modules/station-view/01-lobby.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ local hydrogenIcon = PiImage.New("icons/goods/Hydrogen.png")
local hyperdriveIcon = PiImage.New("icons/goods/Hydrogen.png")

local popupMsg = ''
local popup = ModalWindow.New('lobbyPopup', function()
local popup = ModalWindow.New('lobbyPopup', function(self)
ui.text(popupMsg)
ui.dummy(Vector2((ui.getContentRegion().x - 100*rescaleVector.x) / 2, 0))
ui.sameLine()
Expand Down

0 comments on commit 05c492c

Please sign in to comment.