Skip to content

Commit

Permalink
Inappropriate output used here
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Nov 11, 2010
1 parent 24bf25a commit 95241ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/SDLx/Surface.xs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ surfacex_draw_rect ( surface, rt, color )
}
SDL_FillRect(surface, &r_rect, m_color);

SV *
void
surfacex_blit( src, dest, ... )
SV *src
SV *dest
Expand Down Expand Up @@ -229,5 +229,4 @@ surfacex_blit( src, dest, ... )
}

SDL_BlitSurface( _src, &_src_rect, _dest, &_dest_rect );
OUTPUT:
src

0 comments on commit 95241ce

Please sign in to comment.