aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/lab.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2014-12-14 17:46:40 +0100
committerEugene Sandulenko2015-12-15 00:05:02 +0100
commitbbddd32d38a03544ddab6e36e6853ddc128d0254 (patch)
treeec9b1595a7bdf14cc145045852543b07502586b0 /engines/lab/lab.cpp
parent11a7ffaabe89920b6481e0efeb744b5efc222996 (diff)
downloadscummvm-rg350-bbddd32d38a03544ddab6e36e6853ddc128d0254.tar.gz
scummvm-rg350-bbddd32d38a03544ddab6e36e6853ddc128d0254.tar.bz2
scummvm-rg350-bbddd32d38a03544ddab6e36e6853ddc128d0254.zip
LAB: Further rendering pipeline fixes
Diffstat (limited to 'engines/lab/lab.cpp')
-rw-r--r--engines/lab/lab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/lab.cpp b/engines/lab/lab.cpp
index edde50bb5d..7054072210 100644
--- a/engines/lab/lab.cpp
+++ b/engines/lab/lab.cpp
@@ -56,7 +56,7 @@ LabEngine::~LabEngine() {
Common::Error LabEngine::run() {
// Initialize graphics using following:
- initGraphics(320, 200, false);
+ initGraphics(640, 480, true);
g_music = new Music();