Skip to content

Commit 128104e

Browse files
committed
fixes
1 parent daeb326 commit 128104e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_block.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ draw_data_block(DataBlock *block, pgSurfaceObject *dest, const int blend_flag)
362362
(int)positions_y[i] - surf->h / 2, surf->w, surf->h};
363363

364364
if (pgSurface_Blit(dest, src_obj, &dst_rect, NULL, blend_flag))
365-
return NULL;
365+
return 0;
366366
}
367367

368368
return 1;

0 commit comments

Comments
 (0)