Skip to content

Commit

Permalink
Fix a bug i introduced by making this local
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Sep 15, 2018
1 parent 7f7e7da commit 3b48cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/_fallback/Scripts/09 SimNSkinPreview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function LoadNSkinPreview(Noteskin, Button, Element)
end
end

local function NSkinPreviewChange(Container,Player)
function NSkinPreviewChange(Container,Player)
return function(event)
for i, n in pairs(NOTESKIN:GetNoteSkinNames()) do
Container:GetChild("N"..i):visible(false)
Expand Down

0 comments on commit 3b48cbc

Please sign in to comment.