Skip to content

Commit

Permalink
Fixup 9583b57
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jun 12, 2017
1 parent 1ce0698 commit ba5f990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video.cpp
Expand Up @@ -319,6 +319,7 @@ void CVideo::render_copy(
// If no additional data was provided, render immediately.
if(!flip_h && !flip_v) {
SDL_RenderCopy(*window, txt, src_rect, dst_rect);
return;
}

// Calculate flipping mode.
Expand Down

0 comments on commit ba5f990

Please sign in to comment.