fix regional screen refresh

pull/168/head
chrox 11 years ago
parent b7a49e04f9
commit 08a1422ad4

@ -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()

Loading…
Cancel
Save