fixing bugs
This commit is contained in:
@@ -76,7 +76,7 @@ Director::~Director()
|
||||
|
||||
delete mInput1;
|
||||
mInput1 = nullptr;
|
||||
|
||||
|
||||
delete mInput2;
|
||||
mInput2 = nullptr;
|
||||
|
||||
@@ -490,7 +490,7 @@ bool Director::loadConfigFile()
|
||||
// Aplica las opciones
|
||||
SDL_SetWindowFullscreen(mWindow, mOptions->fullScreenMode);
|
||||
SDL_SetWindowSize(mWindow, SCREEN_WIDTH * mOptions->windowSize, SCREEN_HEIGHT * mOptions->windowSize);
|
||||
mLang->setLang(mOptions->language);
|
||||
mLang->setLang(mOptions->language);
|
||||
|
||||
// Cierra el fichero
|
||||
SDL_RWclose(file);
|
||||
|
||||
Reference in New Issue
Block a user