GRAPHICS: Set parameterless Screen constructor to use screen format
This commit is contained in:
parent
453b77d386
commit
c299b8ce08
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue