mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Fix typo
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user