minor bugfixes - cleanup

This commit is contained in:
kepler155c@gmail.com
2020-04-22 23:37:12 -06:00
parent 7224d441ca
commit b0d2ce0199
5 changed files with 20 additions and 27 deletions

View File

@@ -361,7 +361,8 @@ function Canvas:__renderLayers(device, offset, doubleBuffer)
y = region[2] - offset.y,
ex = region[3] - offset.x,
ey = region[4] - offset.y },
{ x = region[1], y = region[2] }, doubleBuffer)
{ x = region[1], y = region[2] },
doubleBuffer)
end
self.regions = nil