optimitzats els constructors per defecte en Options
This commit is contained in:
@@ -27,7 +27,7 @@ auto Debug::get() -> Debug* {
|
||||
|
||||
// Dibuja en pantalla
|
||||
void Debug::render() {
|
||||
auto text = Resource::get()->getText("debug");
|
||||
auto text = Resource::get()->getText("aseprite");
|
||||
int y = y_;
|
||||
int w = 0;
|
||||
|
||||
|
||||
@@ -124,7 +124,6 @@ Director::Director(std::vector<std::string> const& args) {
|
||||
|
||||
// Crea los objetos
|
||||
Screen::init();
|
||||
SDL_HideCursor();
|
||||
|
||||
// Initialize resources (works for both release and development)
|
||||
Resource::init();
|
||||
|
||||
Reference in New Issue
Block a user