forked from jaildesigner-jailgames/jaildoctors_dilemma
Añadido el procedimiento reLoadTexture a todos los objetos que lo necesitaban
This commit is contained in:
@@ -887,4 +887,10 @@ int Menu::getSelectorHeight(int value)
|
||||
{
|
||||
return item[value].rect.h;
|
||||
}
|
||||
}
|
||||
|
||||
// Recarga la textura
|
||||
void Menu::reLoadTexture()
|
||||
{
|
||||
text->reLoadTexture();
|
||||
}
|
||||
Reference in New Issue
Block a user