1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Move Color32 constants from mod color to struct Color32

This commit is contained in:
Emil Ernerfeldt
2021-01-02 17:18:41 +01:00
parent 64dd186daf
commit 029a85c1fc
20 changed files with 77 additions and 62 deletions

View File

@@ -95,7 +95,7 @@ impl FrameHistory {
align::LEFT_BOTTOM,
text,
TextStyle::Monospace,
color::WHITE,
Color32::WHITE,
));
}
}