Skip to content

Commit

Permalink
FULLPIPE: Implement Bitmap::flipVertical()
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jun 20, 2014
1 parent 6bffa2a commit 9dcae18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/fullpipe/gfx.cpp
Expand Up @@ -1133,7 +1133,7 @@ Bitmap *Bitmap::reverseImage(bool flip) {
}

Bitmap *Bitmap::flipVertical() {
warning("STUB: Bitmap::flipVertical()");
_flipping = Graphics::FLIP_V;

return this;
}
Expand Down

0 comments on commit 9dcae18

Please sign in to comment.