Les notificacions ara accepten un vector de cadenes en lloc de una o dos cadenes
This commit is contained in:
@@ -342,7 +342,7 @@ void Screen::toggleShaders()
|
||||
options.video.shaders = !options.video.shaders;
|
||||
setVideoMode(options.video.mode);
|
||||
const std::string value = options.video.shaders ? "on" : "off";
|
||||
Notifier::get()->showText("Shaders " + value);
|
||||
Notifier::get()->showText({"Shaders " + value});
|
||||
}
|
||||
|
||||
// Activa / desactiva la información de debug
|
||||
|
||||
Reference in New Issue
Block a user