Closed sandord closed 6 years ago
The lpSrc = apGfx; statement here, should sit outside of the while loop as it currently re-reads the same first 16 pixels.
lpSrc = apGfx;
https://github.com/ReservoirGods/GODLIB/blob/224cd0f8933f304557184fd2657939987f9abe1c/SPRITE/SPRITE.C#L129
Good spot. Fix should be as described.
Fixed now.
The
lpSrc = apGfx;
statement here, should sit outside of the while loop as it currently re-reads the same first 16 pixels.https://github.com/ReservoirGods/GODLIB/blob/224cd0f8933f304557184fd2657939987f9abe1c/SPRITE/SPRITE.C#L129