diff options
-rw-r--r-- | graphics/screen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/screen.cpp b/graphics/screen.cpp index 4169c98035..ccf651f536 100644 --- a/graphics/screen.cpp +++ b/graphics/screen.cpp @@ -28,7 +28,7 @@ namespace Graphics { Screen::Screen(): ManagedSurface() { - create(g_system->getWidth(), g_system->getHeight()); + create(g_system->getWidth(), g_system->getHeight(), g_system->getScreenFormat()); } Screen::Screen(int width, int height): ManagedSurface() { |