diff options
Diffstat (limited to 'engines/director/graphics.cpp')
-rw-r--r-- | engines/director/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/graphics.cpp b/engines/director/graphics.cpp index 3e473131eb..9745d9fe29 100644 --- a/engines/director/graphics.cpp +++ b/engines/director/graphics.cpp @@ -267,7 +267,7 @@ void DirectorEngine::testFontScaling() { x += width + 1; } - g_system->copyRectToScreen(surface.getPixels(), surface.pitch, 0, 0, w, h); + g_system->copyRectToScreen(surface.getPixels(), surface.pitch, 0, 0, w, h); // testing fonts Common::Event event; |