Buffer abstraction, fixes multi-character inputs

This commit is contained in:
Jeremy Soller 2022-10-05 18:32:25 -06:00
parent 3227efef89
commit 98b86ff900
2 changed files with 180 additions and 144 deletions

View file

@ -128,7 +128,6 @@ impl<'a> FontShapeLine<'a> {
line_i: self.line_i,
glyphs
});
layout_i += 1;
}
}
}