This commit is contained in:
lustlion 2022-02-26 02:23:48 +01:00
parent 54f6a46428
commit 2c22e9e26a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ end
function Canvas:Recreate()
self.canvas:release()
self = Canvas:New(self.name)
self.canvas = love.graphics.newCanvas(self.width,self.height)
end
function Canvas:Reset()