Recarga de texturas en el cambio de modo de video

This commit is contained in:
2022-09-22 08:27:28 +02:00
parent e517ef62c8
commit 5806f7352f
6 changed files with 44 additions and 9 deletions

View File

@@ -480,4 +480,10 @@ int Player::checkActors()
}
return index;
}
// Recarga las texturas
void Player::reLoadTextures()
{
texture->reLoad();
}