I get garbage when I use either of these two functions. The 16 and 8 variants seem to work fine. Is this a bug?
(¯`._MaEyHeM_.`¯)
(¯`._MaEyHeM_.`¯)
| Author | Comment | ||
|---|---|---|---|
maeyhem |
GraySprite32_BLIT_R() and Sprite32_BLIT_R() |
Lead | |
|
I get garbage when I use either of these two functions. The 16 and 8 variants seem to work fine. Is this a bug?
(¯`._MaEyHeM_.`¯) |
|||
Kevin Kofler |
Re: GraySprite32_BLIT_R() and Sprite32_BLIT_R() | ||
|
Probably.
However, that would be an ExtGraph bug, not a TIGCC bug, so we are going to move this to the TICT Bug Reports section where it belongs. |
|||
Lionel Debroux |
Re: GraySprite32_BLIT_R() and Sprite32_BLIT_R() | ||
|
That should have been already fixed. I assume you needn't test them with the sprtest project.
But anyway, I wanted to modify all BLIT(_R) functions to pass the blitmask at the same location on all functions (currently, some have this parameter in d3, others on the stack). |
|||