convertit Asset i Audio
This commit is contained in:
@@ -76,7 +76,7 @@ void Notifier::update()
|
||||
if (notifications_[i].state == NotificationStatus::RISING)
|
||||
{
|
||||
// Reproduce el sonido de la notificación
|
||||
Audio::get()->playSound("notify.wav");
|
||||
Audio::get().playSound("notify.wav");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user