Remove comments that only restate the text code
This commit is contained in:
1 parent
1a027813f5
commit
95f28953b7
8 files changed
-25
No files matched your search
@@ -100,7 +100,6 @@ impl<'a> Painter<'a> {
|
||||
ui.text.render(buffer, attrs, width, &mut ui.textures)
|
||||
}
|
||||
|
||||
/// Draws one atlas-sampling quad per glyph.
|
||||
pub fn glyphs(&mut self, text: &RenderedText, origin: UiRegion) {
|
||||
let flags_for = |is_color| {
|
||||
if is_color {
|
||||
|
||||
Reference in new issue
Block a user