Skip to content

Commit

Permalink
unimportant
Browse files Browse the repository at this point in the history
  • Loading branch information
capr committed Dec 31, 2021
1 parent 484e35d commit 29b3f32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions giflib_demo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ function testui:repaint()
self:nextgroup()
self.y = self.y + 10

local files = {}
for filename in fs.dir'media/gif' do
files[#files+1] = filename
end

for _,filename in ipairs(files) do
--for filename in fs.dir'media/gif' do
local path = 'media/gif/'..filename

local f = assert(fs.open(path))
Expand Down

0 comments on commit 29b3f32

Please sign in to comment.