Introduce text_multithreading to Settings
This commit is contained in:
parent
217f5be827
commit
357a8a95c9
4 changed files with 24 additions and 5 deletions
|
|
@ -208,6 +208,7 @@ pub trait Application: Sized {
|
|||
let renderer_settings = crate::renderer::Settings {
|
||||
default_font: settings.default_font,
|
||||
default_text_size: settings.default_text_size,
|
||||
text_multithreading: settings.text_multithreading,
|
||||
antialiasing: if settings.antialiasing {
|
||||
Some(crate::renderer::settings::Antialiasing::MSAAx4)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue