mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Make Options::tessellation_options public
Closes https://github.com/emilk/egui/issues/644
This commit is contained in:
@@ -85,7 +85,7 @@ pub struct Options {
|
||||
pub(crate) style: std::sync::Arc<Style>,
|
||||
|
||||
/// Controls the tessellator.
|
||||
pub(crate) tessellation_options: epaint::TessellationOptions,
|
||||
pub tessellation_options: epaint::TessellationOptions,
|
||||
|
||||
/// This does not at all change the behavior of egui,
|
||||
/// but is a signal to any backend that we want the [`crate::Output::events`] read out loud.
|
||||
|
||||
Reference in New Issue
Block a user