mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Fix typo
This commit is contained in:
@@ -1635,7 +1635,7 @@ impl Context {
|
|||||||
///
|
///
|
||||||
/// `pixels_per_point` is used for feathering (anti-aliasing).
|
/// `pixels_per_point` is used for feathering (anti-aliasing).
|
||||||
/// You can use [`Self::pixels_per_point`] for this,
|
/// 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(
|
pub fn tessellate(
|
||||||
&self,
|
&self,
|
||||||
shapes: Vec<ClippedShape>,
|
shapes: Vec<ClippedShape>,
|
||||||
|
|||||||
Reference in New Issue
Block a user