forked from jaildesigner-jailgames/jaildoctors_dilemma
Trabajando en las notificaciones
This commit is contained in:
@@ -351,7 +351,7 @@ void Screen::updateNotifier()
|
||||
}
|
||||
|
||||
// Muestra una notificación de texto por pantalla;
|
||||
void Screen::showText(std::string text)
|
||||
void Screen::showNotification(std::string text)
|
||||
{
|
||||
notify->showText(text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user