fix regional screen refresh

pull/167/head
chrox 11 years ago
parent f3bcbd3b4e
commit 0c9c4d7af1

@ -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, x, y, w, h)
self.fb:refresh(refesh_type, waveform_mode, y, x, w, h)
end
function Screen:getSize()

Loading…
Cancel
Save