Skip to content

Commit a6d58ae

Browse files
authored
Merge pull request #167 from Phlosioneer/patch-1
Fix typo
2 parents 69e4912 + 0483273 commit a6d58ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azul/src/app_resources.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ impl FontSource {
253253
}
254254
}
255255

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

0 commit comments

Comments
 (0)