eliminat molt de ruido de la consola de log
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include "resource.hpp" // Para Resource
|
||||
#include "screen.hpp" // Para Screen
|
||||
#include "section.hpp" // Para Name, name, Options, options
|
||||
#include "ui/logger.hpp" // Para section
|
||||
#include "sprite.hpp" // Para Sprite
|
||||
#include "text.hpp" // Para Text, Text::SHADOW, Text::COLOR
|
||||
#include "texture.hpp" // Para Texture
|
||||
@@ -47,8 +46,6 @@ HiScoreTable::HiScoreTable()
|
||||
iniEntryColors();
|
||||
createSprites();
|
||||
|
||||
Logger::section("HI-SCORE TABLE");
|
||||
|
||||
// Inicializa el timer de delta time y arranca la música
|
||||
last_time_ = SDL_GetTicks();
|
||||
Audio::get()->playMusic("title.ogg");
|
||||
|
||||
Reference in New Issue
Block a user