1
0
Fork 0

(svn r26970) -Fix (r26969): non-sse animated blitter crashed occasionally

release/1.5
rubidium 2014-10-06 19:15:00 +00:00
parent 9c31ffd893
commit 8c7f376ae1
1 changed files with 2 additions and 2 deletions

View File

@ -180,8 +180,8 @@ inline void Blitter_32bppAnim::Draw(const Blitter::BlitterParams *bp, ZoomLevel
do { do {
*dst++ = Colour(0, 0, 0); *dst++ = Colour(0, 0, 0);
*anim++ = 0; *anim++ = 0;
anim++; src_px++;
dst++; src_n++;
} while (--n != 0); } while (--n != 0);
break; break;