Skip to content

Commit

Permalink
Fix incorrent params to vgui.Create
Browse files Browse the repository at this point in the history
  • Loading branch information
StyledStrike committed Dec 9, 2023
1 parent 6d4743e commit 5549440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gminimap/cl_landmarks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function GMinimap:OpenLandmarks()
---------- landmark editor panel ----------

local function CreateMenuPanel( class, w, h )
local pnl = vgui.Create( class, self )
local pnl = vgui.Create( class )
pnl:SetSize( w, h )

local m = DermaMenu()
Expand Down

0 comments on commit 5549440

Please sign in to comment.