Skip to content

Commit

Permalink
unused param fixes #169
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Aug 5, 2024
1 parent b836927 commit ba485f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tukui/Core/Toolkit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Toolkit.API.EnableBackdrop = function(self)
end
end

Toolkit.API.CreateBackdrop = function(self, BackgroundTemplate, BackgroundTexture, BorderTemplate)
Toolkit.API.CreateBackdrop = function(self, BackgroundTemplate, BackgroundTexture)
if (self.Backdrop) then
return
end
Expand Down

0 comments on commit ba485f6

Please sign in to comment.