Skip to content

Commit

Permalink
Update examples.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Oct 9, 2024
1 parent d5fe6e5 commit 22caba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/_main/examples.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end
local examples_lookup = {}
for category,examples_in_category in pairs(examples) do
for id,example in pairs(examples_in_category) do
examples_lookup[category .. "/" .. id] = example
examples_lookup[category .. "/" .. example.name] = example
end
end

Expand Down

0 comments on commit 22caba8

Please sign in to comment.