mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
move painting and drawing debug log to verbose
This commit is contained in:
@@ -353,7 +353,7 @@ Draw page content to blitbuffer.
|
||||
--]]
|
||||
function Document:drawPage(target, x, y, rect, pageno, zoom, rotation, gamma, render_mode)
|
||||
local tile = self:renderPage(pageno, rect, zoom, rotation, gamma, render_mode)
|
||||
DEBUG("now painting", tile, rect)
|
||||
DEBUG:v("document drawing", tile, rect)
|
||||
target:blitFrom(tile.bb,
|
||||
x, y,
|
||||
rect.x - tile.excerpt.x,
|
||||
|
||||
Reference in New Issue
Block a user