Eliminados los comentarios de creación y destrucción de objetos
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
// Constructor
|
||||
Texture::Texture(SDL_Renderer *renderer, string path, bool verbose)
|
||||
{
|
||||
//cout << "Construido Texture" << endl;
|
||||
// Copia punteros
|
||||
this->renderer = renderer;
|
||||
this->path = path;
|
||||
@@ -27,8 +26,6 @@ Texture::Texture(SDL_Renderer *renderer, string path, bool verbose)
|
||||
// Destructor
|
||||
Texture::~Texture()
|
||||
{
|
||||
//cout << "Destruido Texture" << endl;
|
||||
|
||||
// Libera memoria
|
||||
unload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user