Skip to content

Commit

Permalink
Merge pull request #167 from Phlosioneer/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
fschutt authored May 4, 2019
2 parents 69e4912 + 0483273 commit a6d58ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azul/src/app_resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ impl FontSource {
}
}

/// Raw image made up of raw pixels (either BRGA8 or A8)
/// Raw image made up of raw pixels (either BGRA8 or A8)
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct RawImage {
pub pixels: Vec<u8>,
Expand Down Expand Up @@ -1289,4 +1289,4 @@ fn test_font_gc() {
app_resources.add_fonts_and_images(&display_list_frame_1);
app_resources.garbage_collect_fonts_and_images();
assert_eq!(app_resources.currently_registered_fonts.len(), 3);
}
}

0 comments on commit a6d58ae

Please sign in to comment.