fix
This commit is contained in:
parent
54f6a46428
commit
2c22e9e26a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue