fix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user