mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-14 22:03:16 -06:00
.comment
git-svn-id: svn://ultimatepp.org/upp/trunk@7313 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2499156e6b
commit
8acda53be4
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ void Draw::DrawDataOp(int x, int y, int cx, int cy, const String& data, const ch
|
|||
if((cx > 2048 || cy > 2048) && (GetInfo() & DATABANDS)) {
|
||||
int yy = 0;
|
||||
while(yy < cy) {
|
||||
int ccy = min(cy - yy, 32);
|
||||
int ccy = min(cy - yy, 32); // Must be multiply of 4 because of dithering
|
||||
ImageBuffer ib(cx, ccy);
|
||||
dd->Render(ib);
|
||||
DrawImageBandRLE(*this, x, y + yy, ib, 16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue