Modificadas las llamadas para crear texturas

This commit is contained in:
2022-09-01 19:49:03 +02:00
parent 8f2e04b120
commit 4e219c47f6
7 changed files with 7 additions and 43 deletions

View File

@@ -182,5 +182,5 @@ int LTexture::getHeight()
// Recarga la textura
bool LTexture::reLoad()
{
loadFromFile(path, renderer);
return loadFromFile(path, renderer);
}