Re: Trying to understand the unsignedness in ALPHA_BLEND_RGBA
"capehill" <[email protected]> Wed, 04 Jan 2017 19:39:23 +0000
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Message-ID | <[email protected]> |
Yes, replacing unsigned with int makes "testBlit" case work on my platform. Sam Lantinga wrote: > I think that was just trying to promote Uint8 to a larger type. Does it work if you replace (unsigned) with (int)? _______________________________________________ SDL mailing list [email protected] http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org