| Summary: | Blit map not updated if source palette changed | ||
|---|---|---|---|
| Product: | SDL | Reporter: | bastien.bouclet |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Proposed fix | ||
This patch looks good, thanks! http://hg.libsdl.org/SDL/rev/0bc1f6da9c74 |
Created attachment 623 [details] Proposed fix SDL_LowerBlit doesn't update the blit color map if the source surface has changed. A proposed fix is attached, storing the source palette version in the color map.