Trabajando en el logo. Version con vector de completados

This commit is contained in:
2022-09-03 10:17:02 +02:00
parent 603aa4d653
commit 9a9751bfdd
7 changed files with 127 additions and 74 deletions

View File

@@ -79,8 +79,8 @@ bool LTexture::loadFromFile(std::string path, SDL_Renderer *renderer)
else
{
// Obtiene las dimensiones de la imagen
width = loadedSurface->w;
height = loadedSurface->h;
this->width = loadedSurface->w;
this->height = loadedSurface->h;
}
// Elimina la textura cargada