Eliminados los comentarios de creación y destrucción de objetos
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
// Constructor
|
||||
Asset::Asset(string executablePath)
|
||||
{
|
||||
//cout << "Construido Asset" << endl;
|
||||
this->executablePath = executablePath.substr(0, executablePath.find_last_of("\\/"));
|
||||
longestName = 0;
|
||||
verbose = true;
|
||||
@@ -13,7 +12,6 @@ Asset::Asset(string executablePath)
|
||||
// Destructot
|
||||
Asset::~Asset()
|
||||
{
|
||||
//cout << "Destruido Asset" << endl;
|
||||
}
|
||||
|
||||
// Añade un elemento a la lista
|
||||
|
||||
Reference in New Issue
Block a user