Skip to content

Commit

Permalink
Linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marchc1 committed Jan 7, 2025
1 parent a89bdd7 commit 6ece48b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/vgui/ponder_controls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function PANEL:Init()
-- I hate this
function self.Buttons:PerformLayout(w, h)
local children = self:GetChildren()
local w2 = w / (#children + 2)
local padding = 0.2
for i = 1, #children do
local child = children[i]
Expand Down

0 comments on commit 6ece48b

Please sign in to comment.