summaryrefslogtreecommitdiff
path: root/src/shaping.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shaping.rs')
-rw-r--r--src/shaping.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shaping.rs b/src/shaping.rs
index a14c48a4..45ab6ff8 100644
--- a/src/shaping.rs
+++ b/src/shaping.rs
@@ -64,8 +64,8 @@ impl Debug for Shaped {
pub fn shape(
loader: &mut FontLoader,
text: &str,
- font_size: Length,
dir: Dir,
+ font_size: Length,
fallback: &FallbackTree,
variant: FontVariant,
) -> BoxLayout {