LAB: Further rendering pipeline fixes
This commit is contained in:
parent
11a7ffaabe
commit
bbddd32d38
12 changed files with 116 additions and 146 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue