mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-12 11:41:33 +02:00
Fixed a few remaining functions to directly return their values instead of an error code.
This commit is contained in:
@@ -524,7 +524,7 @@ int SDL_SW_BlitTriangle(
|
||||
|
||||
bounding_rect_fixedpoint(d0, d1, d2, &dstrect);
|
||||
|
||||
SDL_GetSurfaceBlendMode(src, &blend);
|
||||
blend = SDL_GetSurfaceBlendMode(src);
|
||||
|
||||
/* TRIANGLE_GET_TEXTCOORD interpolates up to the max values included, so reduce by 1 */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user