Skip to content

Commit

Permalink
PEGASUS: Remove scaling TODO
Browse files Browse the repository at this point in the history
Video scaling is not done with this class
  • Loading branch information
Matthew Hoops committed Sep 22, 2011
1 parent 2bba1d0 commit 97072b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/pegasus/movie.cpp
Expand Up @@ -83,7 +83,6 @@ void Movie::redrawMovieWorld() {

if (_directDraw) {
// Copy to the screen
// TODO: Scaling
Common::Rect bounds;
getBounds(bounds);
g_system->copyRectToScreen((byte *)frame->pixels, frame->pitch, bounds.left, bounds.top, frame->w, frame->h);
Expand Down

0 comments on commit 97072b5

Please sign in to comment.