mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +00:00
Fixed #94
This commit is contained in:
parent
696c1b8ed5
commit
d9e75bd46c
@ -92,7 +92,9 @@ function loveframes.skins.Register(skin)
|
||||
local extension = v.extension
|
||||
local fullpath = v.fullpath
|
||||
local key = filename .. "." .. extension
|
||||
loveframes.skins.available[name].images[key] = love.graphics.newImage(fullpath)
|
||||
if extension ~= "db" then
|
||||
loveframes.skins.available[name].images[key] = love.graphics.newImage(fullpath)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user