fix regional screen refresh

This commit is contained in:
chrox
2013-07-22 23:38:18 +08:00
parent b7a49e04f9
commit 08a1422ad4

View File

@@ -103,7 +103,7 @@ function Screen:refresh(refesh_type, waveform_mode, x, y, w, h)
x, y = self.width - w - x, self.height - h - y
end
end
self.fb:refresh(refesh_type, waveform_mode, y, x, w, h)
self.fb:refresh(refesh_type, waveform_mode, x, y, w, h)
end
function Screen:getSize()