Fix a missing line while rendering
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1294
This commit is contained in:
parent
17c499ba5d
commit
c441866164
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ static void Normal_ ## FUNC ## _ ##BPP(Bit8u * src,Bitu x,Bitu y,Bitu dx,Bitu dy
|
|||
Bitu next_src=render.src.pitch-dx; \
|
||||
Bitu next_dest=(LINES_ ## FUNC*render.op.pitch) - (dx*PIXELS_ ## FUNC * SIZE_ ## BPP); \
|
||||
dx/=LOOPSIZE; \
|
||||
dy--; \
|
||||
for (;dy>0;dy--) { \
|
||||
for (Bitu tempx=dx;tempx>0;tempx--) { \
|
||||
NORMAL_LOOP(LOOPSIZE,FUNC,BPP); \
|
||||
|
|
Loading…
Add table
Reference in a new issue