LAB: Further rendering pipeline fixes

This commit is contained in:
Eugene Sandulenko 2014-12-14 17:46:40 +01:00
parent 11a7ffaabe
commit bbddd32d38
12 changed files with 116 additions and 146 deletions

View file

@ -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();