Pasaeta de cppcheck, ale
This commit is contained in:
@@ -21,9 +21,9 @@ struct JA_Music_t; // lines 19-19
|
||||
|
||||
// Constructor
|
||||
Intro::Intro()
|
||||
: texture_(Resource::get()->getTexture("intro.png"))
|
||||
{
|
||||
// Reserva memoria para los objetos
|
||||
texture_ = Resource::get()->getTexture("intro.png");
|
||||
text_ = std::make_shared<Text>(Resource::get()->getTexture("nokia.png"), Resource::get()->getTextFile("nokia.txt"));
|
||||
|
||||
// Inicializa variables
|
||||
|
||||
Reference in New Issue
Block a user