Ya se ven las notificaciones por pantalla
This commit is contained in:
@@ -36,7 +36,7 @@ Director::Director(std::string path)
|
||||
input = new Input(asset->get("controllerdb.txt"));
|
||||
initInput();
|
||||
|
||||
screen = new Screen(window, renderer, options, GAME_WIDTH, GAME_HEIGHT);
|
||||
screen = new Screen(window, renderer, asset, options, GAME_WIDTH, GAME_HEIGHT);
|
||||
}
|
||||
|
||||
Director::~Director()
|
||||
|
||||
Reference in New Issue
Block a user