1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
This commit is contained in:
Emil Ernerfeldt
2023-11-14 18:54:46 +01:00
parent dc4e06a02e
commit bfaef3a497

View File

@@ -1635,7 +1635,7 @@ impl Context {
///
/// `pixels_per_point` is used for feathering (anti-aliasing).
/// You can use [`Self::pixels_per_point`] for this,
/// or whatever is appropiate for your viewport.
/// or whatever is appropriate for your viewport.
pub fn tessellate(
&self,
shapes: Vec<ClippedShape>,